diff --git a/base/sources/backends/data/android/app/build.gradle.kts b/base/sources/backends/data/android/app/build.gradle.kts index 627caa2f..b76caf02 100644 --- a/base/sources/backends/data/android/app/build.gradle.kts +++ b/base/sources/backends/data/android/app/build.gradle.kts @@ -6,7 +6,6 @@ plugins { android { namespace = "{package}" compileSdk = {compileSdkVersion} - ndkVersion = "29.0.14206865" defaultConfig { applicationId = "{package}" @@ -26,11 +25,9 @@ android { release { isMinifyEnabled = true proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro") - {architecture} } debug { isMinifyEnabled = false - {architecture} } } compileOptions { diff --git a/base/sources/backends/data/android/build.gradle.kts b/base/sources/backends/data/android/build.gradle.kts index b12e2fc6..3c143dd5 100644 --- a/base/sources/backends/data/android/build.gradle.kts +++ b/base/sources/backends/data/android/build.gradle.kts @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.1.0" apply false + id("com.android.application") version "8.13.2" apply false id("org.jetbrains.kotlin.android") version "1.8.0" apply false } \ No newline at end of file diff --git a/base/sources/backends/data/android/gradle/wrapper/gradle-wrapper.properties b/base/sources/backends/data/android/gradle/wrapper/gradle-wrapper.properties index 5036b9fd..0e3b7a9b 100644 --- a/base/sources/backends/data/android/gradle/wrapper/gradle-wrapper.properties +++ b/base/sources/backends/data/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Aug 04 18:00:20 CEST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists