Committed by
David PHAM-VAN
Update build.gradle
migration to androidx
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -8,7 +8,7 @@ buildscript { | @@ -8,7 +8,7 @@ buildscript { | ||
8 | } | 8 | } |
9 | 9 | ||
10 | dependencies { | 10 | dependencies { |
11 | - classpath 'com.android.tools.build:gradle:3.2.1' | 11 | + classpath 'com.android.tools.build:gradle:3.3.1' |
12 | } | 12 | } |
13 | } | 13 | } |
14 | 14 | ||
@@ -26,7 +26,7 @@ android { | @@ -26,7 +26,7 @@ android { | ||
26 | 26 | ||
27 | defaultConfig { | 27 | defaultConfig { |
28 | minSdkVersion 19 | 28 | minSdkVersion 19 |
29 | - testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | 29 | + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
30 | } | 30 | } |
31 | lintOptions { | 31 | lintOptions { |
32 | disable 'InvalidPackage' | 32 | disable 'InvalidPackage' |
@@ -34,5 +34,5 @@ android { | @@ -34,5 +34,5 @@ android { | ||
34 | } | 34 | } |
35 | 35 | ||
36 | dependencies { | 36 | dependencies { |
37 | - api 'com.android.support:appcompat-v7:26.1.0' | 37 | + api 'androidx.appcompat:appcompat:1.0.2' |
38 | } | 38 | } |
-
Please register or login to post a comment