X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=a53b5511a880da17504117767913bfea1ce99fae;hp=b146848bb1b59e65363d6cea242750709ea533e8;hb=refs%2Ftags%2Fv1.6;hpb=1ada0d921ef67aee9c4f95f8a2c320ce788c375c diff --git a/app/build.gradle b/app/build.gradle index b146848..a53b551 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.stoutner.privacycell" minSdk 30 targetSdk 31 - versionCode 6 - versionName "1.5" + versionCode 7 + versionName "1.6" } buildTypes { @@ -57,7 +57,7 @@ dependencies { implementation 'androidx.work:work-runtime-ktx:2.7.1' // Include the Kotlin standard library. This should be the same version number listed in the project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10' // Include the Google material library. implementation 'com.google.android.material:material:1.4.0'