Skip to content

Commit

Permalink
Bump version again...
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichholf committed Dec 28, 2023
1 parent 6dd914a commit 9a44008
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ android {
compileSdk Integer.parseInt(project.COMPILE_SDK_VERSION)

defaultConfig {
versionCode 458
versionName="1.14.458"
versionCode 460
versionName="1.15.460"
minSdkVersion 17
targetSdkVersion 34
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion app/res/raw-de/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### WICHTIG: Für https Verbindungen mit selbst signierten Zertifikaten muss ab sofort im jeweiligen Profil 'Alle Zertifikate' aktiviert werden!

## 1.15.459
## 1.15.460
* FIX: Screenshots sind wieder aktiviert

## 1.14.458
Expand Down
2 changes: 1 addition & 1 deletion app/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### IMPORTANT: For https using self-signed certs, you now have to enable "All certificates" in the respective profile

## 1.15.459
## 1.15.460
* FIX: reenable screenshots

## 1.14.458
Expand Down

0 comments on commit 9a44008

Please sign in to comment.