From: Soren Stoutner Date: Thu, 4 Nov 2021 00:06:14 +0000 (-0700) Subject: Release 1.5. X-Git-Tag: v1.5 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff_plain;h=6ee1470b74f7643f50bf7f1ebfdb578dcac829f2 Release 1.5. --- diff --git a/app/build.gradle b/app/build.gradle index 751bd07..cf3978a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.stoutner.privacycell" minSdk 30 targetSdk 31 - versionCode 5 - versionName "1.4" + versionCode 6 + versionName "1.5" } buildTypes { @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.4.0' implementation 'androidx.work:work-runtime-ktx:2.7.0' - // Include the Kotlin standard libraries. This should be the same version number listed in project build.gradle. + // Include the Kotlin standard libraries. This should be the same version number listed in the project build.gradle. implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31' // Include the Google material library. diff --git a/app/src/main/assets/en/changelog.html b/app/src/main/assets/en/changelog.html index 206f5b5..bc6ea83 100644 --- a/app/src/main/assets/en/changelog.html +++ b/app/src/main/assets/en/changelog.html @@ -27,6 +27,14 @@ +

1.5 (version code 6)

+

3 November 2021 - minimum API 30, target API 31

+ +

1.4 (version code 5)

18 October 2021 - minimum API 30, target API 30.