Skip to content

Commit

Permalink
update for V1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Jul 21, 2023
1 parent 3d44ef3 commit 5b35297
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ plugins {
}

android {
compileSdk 32
compileSdk 33

defaultConfig {
applicationId "org.woheller69.gptassist"
minSdk 21
targetSdk 31
versionCode 16
versionName "1.6"
targetSdk 33
versionCode 17
versionName "1.7"
}

buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update for Android 13
Monochrome icon support

0 comments on commit 5b35297

Please sign in to comment.