Commit 51cbbd2c by Sebastian Roth

Android: Upgrade gradle infrastructure to V3.4.1

parent 12fc083a
...@@ -9,7 +9,7 @@ buildscript { ...@@ -9,7 +9,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.4.0' classpath 'com.android.tools.build:gradle:3.4.1'
} }
} }
...@@ -35,8 +35,8 @@ android { ...@@ -35,8 +35,8 @@ android {
} }
dependencies { dependencies {
implementation 'androidx.annotation:annotation:1.0.1' implementation 'androidx.annotation:annotation:1.0.2'
implementation 'androidx.core:core:1.0.1' implementation 'androidx.core:core:1.0.2'
} }
repositories { repositories {
......
...@@ -5,7 +5,7 @@ buildscript { ...@@ -5,7 +5,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.4.0' classpath 'com.android.tools.build:gradle:3.4.1'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment