Skip to content

Commit

Permalink
fix: update gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Aug 24, 2023
1 parent 119f0b3 commit 64eff73
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 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 122
versionName "2.10.0"
versionCode 124
versionName "2.10.2"

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 122
versionName "2.10.0"
versionCode 124
versionName "2.10.2"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
buildConfigField "String", "BILLING_PUBLIC_KEY", keystoreProperties['billing.public.key']
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier=true
android.useAndroidX=true
android.bundle.enableUncompressedNativeLibs = false
org.gradle.jvmargs=-Xmx1536m

# When configured, Gradle will run in incubating parallel mode.
Expand Down
4 changes: 2 additions & 2 deletions liboqs-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 118
versionName "2.9.0"
versionCode 124
versionName "2.10.2"
ndkVersion "25.1.8937393"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
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 122
versionName "2.10.0"
versionCode 124
versionName "2.10.2"

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 122
versionName "2.10.0"
versionCode 124
versionName "2.10.2"

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

0 comments on commit 64eff73

Please sign in to comment.