Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardsurfer committed Sep 25, 2019
1 parent 66cb9ce commit 13bc313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PreferencesKotlin/app/build.gradle
Expand Up @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "com.example.androidx.preference.sample"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
Expand All @@ -18,6 +18,6 @@ android {
}

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

0 comments on commit 13bc313

Please sign in to comment.