From b19c62c6769e6c9e168e9fc80214d68b81d46a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pt=C3=A1=C4=8Dek?= Date: Sun, 16 Apr 2023 22:27:18 +0200 Subject: [PATCH] update gradle plugin agp --- client/.idea/compiler.xml | 2 +- client/.idea/kotlinc.xml | 6 ++++++ client/.idea/misc.xml | 2 +- client/build.gradle | 4 ++-- client/gradle.properties | 4 +++- client/gradle/wrapper/gradle-wrapper.properties | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 client/.idea/kotlinc.xml diff --git a/client/.idea/compiler.xml b/client/.idea/compiler.xml index fb7f4a8..b589d56 100644 --- a/client/.idea/compiler.xml +++ b/client/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/client/.idea/kotlinc.xml b/client/.idea/kotlinc.xml new file mode 100644 index 0000000..ff9696e --- /dev/null +++ b/client/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/client/.idea/misc.xml b/client/.idea/misc.xml index bdd9278..9f71c83 100644 --- a/client/.idea/misc.xml +++ b/client/.idea/misc.xml @@ -1,7 +1,7 @@ - + diff --git a/client/build.gradle b/client/build.gradle index 29c5abd..9f93cb1 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -4,7 +4,7 @@ buildscript { } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '7.4.2' apply false - id 'com.android.library' version '7.4.2' apply false + id 'com.android.application' version '8.0.0' apply false + id 'com.android.library' version '8.0.0' apply false id 'org.jetbrains.kotlin.android' version '1.7.0' apply false } \ No newline at end of file diff --git a/client/gradle.properties b/client/gradle.properties index 3c5031e..a2e90d8 100644 --- a/client/gradle.properties +++ b/client/gradle.properties @@ -20,4 +20,6 @@ kotlin.code.style=official # 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 \ No newline at end of file +android.nonTransitiveRClass=true +android.defaults.buildfeatures.buildconfig=true +android.nonFinalResIds=false \ No newline at end of file diff --git a/client/gradle/wrapper/gradle-wrapper.properties b/client/gradle/wrapper/gradle-wrapper.properties index d4747b1..de35fd9 100644 --- a/client/gradle/wrapper/gradle-wrapper.properties +++ b/client/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Thu Apr 13 19:34:12 CEST 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME