X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=33072eda4e55c190bb46d0ea9185e56fae63e698;hp=5ddfabaa7e35f660b1ac5c2e1e21151c2b806b43;hb=1b722c3d327fa2d571abee745a115a1f54ab2a27;hpb=578979a47d905469cfc5c7cdc748fe9b539437e2 diff --git a/app/build.gradle b/app/build.gradle index 5ddfaba..33072ed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.stoutner.privacycell" minSdk 30 targetSdk 30 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" } buildTypes { @@ -54,7 +54,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.4.0' // Include the Kotlin standard libraries. This should be the same version number listed in project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.21' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.30' // Include the Google material library. implementation 'com.google.android.material:material:1.4.0'