Skip to content

Commit 13bc313

Browse files
committedSep 25, 2019
Version bump
1 parent 66cb9ce commit 13bc313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎PreferencesKotlin/app/build.gradle

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

44
android {
5-
compileSdkVersion 28
5+
compileSdkVersion 29
66
defaultConfig {
77
applicationId "com.example.androidx.preference.sample"
88
minSdkVersion 14
9-
targetSdkVersion 28
9+
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0"
1212
}
@@ -18,6 +18,6 @@ android {
1818
}
1919

2020
dependencies {
21-
implementation 'androidx.preference:preference:1.1.0-alpha05'
21+
implementation 'androidx.preference:preference:1.1.0'
2222
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2323
}

0 commit comments

Comments
 (0)
Please sign in to comment.