diff --git a/core/build.gradle b/core/build.gradle index d35614e88..2fa981e08 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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' diff --git a/fdroid/build.gradle b/fdroid/build.gradle index 21be26a39..7a83e75bd 100644 --- a/fdroid/build.gradle +++ b/fdroid/build.gradle @@ -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'] diff --git a/gradle.properties b/gradle.properties index 9e6fce102..2b7a55a6b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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. diff --git a/liboqs-android/build.gradle b/liboqs-android/build.gradle index 7b4936d19..6f0b17560 100644 --- a/liboqs-android/build.gradle +++ b/liboqs-android/build.gradle @@ -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" diff --git a/site/build.gradle b/site/build.gradle index 7b9dcc542..a20e6629a 100644 --- a/site/build.gradle +++ b/site/build.gradle @@ -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'] diff --git a/store/build.gradle b/store/build.gradle index 1ce4e5d5b..0ae1ac8cd 100644 --- a/store/build.gradle +++ b/store/build.gradle @@ -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']