We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cb9ce commit 13bc313Copy full SHA for 13bc313
PreferencesKotlin/app/build.gradle
@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
2
apply plugin: 'kotlin-android'
3
4
android {
5
- compileSdkVersion 28
+ compileSdkVersion 29
6
defaultConfig {
7
applicationId "com.example.androidx.preference.sample"
8
minSdkVersion 14
9
- targetSdkVersion 28
+ targetSdkVersion 29
10
versionCode 1
11
versionName "1.0"
12
}
@@ -18,6 +18,6 @@ android {
18
19
20
dependencies {
21
- implementation 'androidx.preference:preference:1.1.0-alpha05'
+ implementation 'androidx.preference:preference:1.1.0'
22
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
23
0 commit comments