File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ apply plugin: 'com.android.library'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 28
5+ compileSdkVersion 29
66
77 defaultConfig {
88 minSdkVersion 16
9- targetSdkVersion 28
9+ targetSdkVersion 29
1010 // sdk_version, major, minor, patch(1st)beta(2nd)
11- versionCode 28_1_1_0
12- versionName " 1.1.0 "
11+ versionCode 28_1_1_1
12+ versionName " 1.1.1 "
1313
1414 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1515
@@ -28,6 +28,6 @@ dependencies {
2828 implementation" org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
2929
3030 testImplementation ' junit:junit:4.12'
31- androidTestImplementation ' androidx.test:runner:1.1.1 '
32- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1 '
31+ androidTestImplementation ' androidx.test:runner:1.2.0 '
32+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0 '
3333}
You can’t perform that action at this time.
0 commit comments