From: Soren Stoutner Date: Mon, 30 Aug 2021 21:34:51 +0000 (-0700) Subject: Release 1.1. X-Git-Tag: v1.1 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff_plain;h=62586b5aaccbfa0fa265040513f3984264bd0379 Release 1.1. --- 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' diff --git a/app/src/main/assets/en/changelog.html b/app/src/main/assets/en/changelog.html index b946149..f292254 100644 --- a/app/src/main/assets/en/changelog.html +++ b/app/src/main/assets/en/changelog.html @@ -27,6 +27,13 @@ +

1.1 (version code 2)

+

30 August 2021 - minimum API 30, target API 30.

+ +

1.0 (version code 1)

25 August 2021 - minimum API 30, target API 30.