]> git.ktnx.net Git - mobile-ledger.git/commitdiff
upgrade gradle to 8.0.2
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 17 Mar 2024 09:17:00 +0000 (11:17 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 17 Mar 2024 09:17:00 +0000 (11:17 +0200)
app/build.gradle
app/src/main/AndroidManifest.xml
build.gradle
gradle.properties
gradle/wrapper/gradle-wrapper.properties

index 295c9ab474e6acc0d4ab84febfdf3b5cffbe6fa3..7b29013a50469b81c8c3341614e949229bc88607 100644 (file)
@@ -62,6 +62,7 @@ android {
     }
     buildFeatures.viewBinding = true
     buildToolsVersion '30.0.3'
+    namespace 'net.ktnx.mobileledger'
 }
 
 dependencies {
index 6d4948bc3f61e59f4f56eea1bc76c91bad420e4c..b17a1ecfcacfaec410eee37f6be145c34c967ac7 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2022 Damyan Ivanov.
+  ~ Copyright © 2024 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
@@ -15,8 +15,7 @@
   ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
   -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    package="net.ktnx.mobileledger">
+    xmlns:tools="http://schemas.android.com/tools">
 
     <uses-permission android:name="android.permission.INTERNET" />
 
index acc8190a2f325dc1294955ee400cfe018b3b5776..e9d71576e71beaaba39d96d67f402a45e9f63e69 100644 (file)
@@ -24,7 +24,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:7.1.2'
+        classpath 'com.android.tools.build:gradle:8.0.2'
         
 
         // NOTE: Do not place your application dependencies here; they belong
index 1cdcc0e8e32d69bdd2cb34557cc7b0974828028d..d48731130ba5a5d5fa4cc841cedad9f0ae1370bb 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright © 2023 Damyan Ivanov.
+# Copyright © 2024 Damyan Ivanov.
 # This file is part of MoLe.
 # MoLe is free software: you can distribute it and/or modify it
 # under the term of the GNU General Public License as published by
@@ -30,4 +30,8 @@ org.gradle.jvmargs=-Xmx1536m
 # org.gradle.parallel=true
 android.debug.obsoleteApi=true
 android.useAndroidX=true
-android.enableJetifier=false
\ No newline at end of file
+android.enableJetifier=false
+android.enableR8.fullMode=false
+android.defaults.buildfeatures.buildconfig=true
+android.nonTransitiveRClass=false
+android.nonFinalResIds=false
index 08b1a0c0f020a68d20ab5b7322042a95c70ebdbb..855f89cc8328ec83f5f1cf99a034a4c0aa8cd550 100644 (file)
@@ -1,6 +1,21 @@
-#Sat Nov 28 08:24:27 EET 2020
+#
+# Copyright © 2024 Damyan Ivanov.
+# This file is part of MoLe.
+# MoLe is free software: you can distribute it and/or modify it
+# under the term of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your opinion), any later version.
+#
+# MoLe is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License terms for details.
+#
+# You should have received a copy of the GNU General Public License
+# along with MoLe. If not, see <https://www.gnu.org/licenses/>.
+#
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip