gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] 05/08: [wallet] Final preparations for merging Qui


From: gnunet
Subject: [taler-taler-android] 05/08: [wallet] Final preparations for merging QuickJS
Date: Wed, 22 Feb 2023 12:33:57 +0100

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository taler-android.

commit f0aee2ac0e495339526aa9d03b98cf26031e79bd
Author: Iván Ávalos <avalos@disroot.org>
AuthorDate: Tue Feb 21 08:54:43 2023 -0600

    [wallet] Final preparations for merging QuickJS
---
 build.gradle        | 2 +-
 wallet/build.gradle | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/build.gradle b/build.gradle
index 70d1bce..96b232e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
         // check https://android-rebuilds.beuc.net/ for availability of free 
build tools
         build_tools_version = "33.0.1"
         // should debug build types be minified with D8 as well? good for 
catching issues early
-        minify_debug = true
+        minify_debug = false
     }
     repositories {
         google()
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 075cdc7..d787073 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -13,14 +13,10 @@
  * You should have received a copy of the GNU General Public License along with
  * GNU Taler; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
  */
-
-import com.android.build.gradle.tasks.MergeResources
-
 plugins {
     id "com.android.application"
     id "kotlin-android"
     id "kotlinx-serialization"
-    id "de.undercouch.download" version "5.3.0"
 }
 
 def qtart_version = "0.9.2-dev.1"
@@ -45,7 +41,7 @@ android {
     defaultConfig {
         applicationId "net.taler.wallet"
         minSdkVersion 24
-        targetSdkVersion 33
+        targetSdkVersion 32
         versionCode 21
         versionName qtart_version
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]