Skip to content

Commit

Permalink
chore: update app version and build number
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Aug 3, 2023
1 parent d6877f7 commit caf07dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 118
versionName "2.9.0"
versionCode 120
versionName "2.10.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
Expand Down
4 changes: 2 additions & 2 deletions fdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 21
targetSdkVersion 30
versionCode 118
versionName "2.9.0"
versionCode 120
versionName "2.10.0"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
buildConfigField "String", "BILLING_PUBLIC_KEY", keystoreProperties['billing.public.key']
Expand Down
4 changes: 2 additions & 2 deletions site/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 21
targetSdkVersion 31
versionCode 118
versionName "2.9.0"
versionCode 120
versionName "2.10.0"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
buildConfigField "String", "BILLING_PUBLIC_KEY", keystoreProperties['billing.public.key']
Expand Down
4 changes: 2 additions & 2 deletions store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 21
targetSdkVersion 31
versionCode 118
versionName "2.9.0"
versionCode 120
versionName "2.10.0"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
buildConfigField "String", "BILLING_PUBLIC_KEY", keystoreProperties['billing.public.key']
Expand Down

0 comments on commit caf07dd

Please sign in to comment.