Skip to content

Commit

Permalink
Update V1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Feb 8, 2023
1 parent 137c037 commit 403cc51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "org.woheller69.spritpreise"
minSdkVersion 26
targetSdkVersion 31
versionCode 18
versionName "1.8"
versionCode 19
versionName "1.9"

buildConfigField "String", "DEFAULT_API_KEY", "\"${project.findProperty("prop1")}\""
buildConfigField "String", "UNPATCHED_API_KEY", "\"OTgxMjBmODAtNzYwNy0zOTQxLTI3NGUtMDE5MGI0NDg2NmZh\""
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fehlerbehebung
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bugfixes

0 comments on commit 403cc51

Please sign in to comment.