summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-02-21 08:54:43 -0600
committerTorsten Grote <t@grobox.de>2023-02-22 08:33:24 -0300
commitf0aee2ac0e495339526aa9d03b98cf26031e79bd (patch)
treecbeef0bafcce66d58dfca71a4ffad1465b0ddb17 /wallet/build.gradle
parentb76b00114d92a4e547503c9c2b3416c9b164db55 (diff)
downloadtaler-android-f0aee2ac0e495339526aa9d03b98cf26031e79bd.tar.gz
taler-android-f0aee2ac0e495339526aa9d03b98cf26031e79bd.tar.bz2
taler-android-f0aee2ac0e495339526aa9d03b98cf26031e79bd.zip
[wallet] Final preparations for merging QuickJS
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle6
1 files changed, 1 insertions, 5 deletions
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"