Skip to content

Commit

Permalink
Version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanon committed Jan 7, 2021
1 parent 3557505 commit 4a4435a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 28
targetSdkVersion 29
}

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 rootProject.autoVersioning.versionData.versionCode
versionCode 2
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 = 0
minor = 2
buildCounterOffset = 1000
patchOffset = -1600
}
Expand Down

0 comments on commit 4a4435a

Please sign in to comment.