Skip to content

Commit

Permalink
prepare fixed google release
Browse files Browse the repository at this point in the history
As I messed up and released the wrong version to google first, I must now
increase the version code, as google denies re-uploading different versions
with the same version code.
  • Loading branch information
ostrya committed Jan 3, 2022
1 parent dd7e237 commit 557b80e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId = "org.ostrya.presencepublisher"
minSdkVersion(14)
targetSdkVersion(31)
versionCode = 41
versionName = "2.3.0"
versionCode = 42
versionName = "2.3.1"
javaCompileOptions {
annotationProcessorOptions {
argument("room.schemaLocation", "$projectDir/schemas")
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/play/release-notes/de-DE/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.3.1
• Fix des Google-Releases

v2.3.0
• Unterstützung für Android 12
• dynamische Konfiguration von Nachrichten inklusive neuer Datenwerte, die gesendet werden können
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.3.1
• fix for Google release

v2.3.0
• support for Android 12
• dynamic message configuration supporting additional values that can be sent
Expand Down

0 comments on commit 557b80e

Please sign in to comment.