From: Soren Stoutner Date: Tue, 21 Dec 2021 20:27:18 +0000 (-0700) Subject: Release 1.6. X-Git-Tag: v1.6 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff_plain;h=2be052aa618f414a18d73f5075b3b3776180bee5 Release 1.6. --- 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' diff --git a/app/src/main/assets/de/changelog.html b/app/src/main/assets/de/changelog.html index 9711984..089d521 100644 --- a/app/src/main/assets/de/changelog.html +++ b/app/src/main/assets/de/changelog.html @@ -29,6 +29,15 @@ +

1.6 (version code 7)

+

21. Dezember 2021 - Mindest-API 30, Ziel-API 31

+ +

1.5 (version code 6)

3. November 2021 - Mindest-API 30, Ziel-API 31