Skip to content

Commit

Permalink
chore: update build number
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Aug 3, 2023
1 parent 0cb7b61 commit 468ceb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 121
versionCode 122
versionName "2.10.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion fdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 21
targetSdkVersion 30
versionCode 121
versionCode 122
versionName "2.10.0"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
Expand Down
2 changes: 1 addition & 1 deletion site/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 21
targetSdkVersion 31
versionCode 121
versionCode 122
versionName "2.10.0"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
Expand Down
2 changes: 1 addition & 1 deletion store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 21
targetSdkVersion 31
versionCode 121
versionCode 122
versionName "2.10.0"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
Expand Down

0 comments on commit 468ceb1

Please sign in to comment.