X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=c96e6cb7f9315bb3bd20b2e38eb628e48c2a2f7e;hb=refs%2Ftags%2Fv1.8.1;hp=e9ea6d2a90e566a493a824b2984b095416570a53;hpb=6c4410a4a8c146b4e76b872b66bb8880b8f85b71;p=PrivacyCell.git diff --git a/app/build.gradle b/app/build.gradle index e9ea6d2..c96e6cb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.stoutner.privacycell" minSdk 30 targetSdk 32 - versionCode 9 - versionName "1.8" + versionCode 10 + versionName "1.8.1" } buildTypes { @@ -59,7 +59,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.7.0' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10' // Include the Google material library. implementation 'com.google.android.material:material:1.6.1'