Skip to content

Commit

Permalink
Updated to Android API Level 33 to fullfil google play reqs. Version …
Browse files Browse the repository at this point in the history
…4.3.1
  • Loading branch information
fontanon committed Nov 7, 2023
1 parent 4a4435a commit 9cc51e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ build/
bin/
.generated_pack_version

language-packs-apk/
language-packs-apk/
.vscode
2 changes: 1 addition & 1 deletion gradle/all_android.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {

defaultConfig {
minSdkVersion 9
targetSdkVersion 29
targetSdkVersion 33
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion gradle/versioning_add_on.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ if (path == rootProject.path) {
}

android.defaultConfig {
versionCode 2
versionCode 3
versionName rootProject.autoVersioning.versionData.versionName
}
2 changes: 1 addition & 1 deletion gradle/versioning_root.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ autoVersioning {
enabled = rootProject.hasProperty("withAutoVersioning")
buildCounterEnvKey = "CIRCLE_BUILD_NUM"
major = 4
minor = 2
minor = 3
buildCounterOffset = 1000
patchOffset = -1600
}
Expand Down

0 comments on commit 9cc51e6

Please sign in to comment.