From 7e978c5ddee51a13d78ac59fa059d773d9de6b48 Mon Sep 17 00:00:00 2001 From: Nikita Shakarun Date: Wed, 7 Aug 2024 22:47:33 +0300 Subject: [PATCH] Version 1.8.2 --- app/build.gradle | 4 ++-- gradle.properties | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index dc19bad6d..c2c070237 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "ru.playsoftware.j2meloader" minSdk MIN_SDK targetSdk TARGET_SDK - versionCode 100 - versionName "1.8.1" + versionCode 101 + versionName "1.8.2" resValue 'string', 'app_name', rootProject.name vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/gradle.properties b/gradle.properties index e93d6d0d3..ee40b4028 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ # The setting is particularly useful for tweaking memory settings. android.enableJetifier=false android.useAndroidX=true -org.gradle.jvmargs=-Xmx1536m +org.gradle.jvmargs=-Xmx2048m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit @@ -21,6 +21,5 @@ org.gradle.jvmargs=-Xmx1536m # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true android.defaults.buildfeatures.buildconfig=true android.enableR8.fullMode=false