@@ -4,14 +4,14 @@ apply plugin: 'kotlin-android'
44def libraryVersionName = ' 1.0.1'
55
66android {
7- compileSdkVersion 27
7+ compileSdkVersion 28
88
99 defaultConfig {
1010 minSdkVersion 21
11- targetSdkVersion 27
11+ targetSdkVersion 28
1212 versionCode 1
1313 versionName libraryVersionName
14- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
14+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
1515 }
1616
1717 // TODO replace with https://issuetracker.google.com/issues/72050365 once released.
@@ -23,16 +23,15 @@ android {
2323dependencies {
2424 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
2525
26- def supportLibVersion = " 27.1.1"
27- implementation " com.android.support:appcompat-v7:$supportLibVersion "
28- implementation " com.android.support:recyclerview-v7:$supportLibVersion "
29- implementation " com.android.support:support-dynamic-animation:$supportLibVersion "
30- implementation ' com.android.support.constraint:constraint-layout:1.1.2'
26+ implementation ' androidx.appcompat:appcompat:1.0.2'
27+ implementation ' androidx.recyclerview:recyclerview:1.0.0'
28+ implementation ' androidx.dynamicanimation:dynamicanimation:1.0.0'
29+ implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
3130
32- implementation ' androidx.core:core-ktx:0.3 '
31+ implementation ' androidx.core:core-ktx:1.0.1 '
3332
3433 testImplementation ' junit:junit:4.12'
35- androidTestImplementation ' com.android.support. test:runner :1.0.2 '
36- androidTestImplementation ' com.android.support. test:rules:1.0.2 '
37- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
34+ androidTestImplementation " androidx. test.ext:junit :1.0.0 "
35+ androidTestImplementation ' androidx. test:rules:1.1.0 '
36+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.1.0 '
3837}
0 commit comments