Skip to content

Commit 0d47abb

Browse files
committed
- updated compile sdk and target sdk to 29
- updated version
1 parent 9a08a49 commit 0d47abb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33

44
android {
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
}

0 commit comments

Comments
 (0)