From 4cfee6691a9fc879f296a62c133a9e9e7119f4c5 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Sun, 7 Dec 2025 13:55:42 -0500 Subject: [PATCH] bump version and newer buildtools version --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e5f37c2..3d372a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId = "com.izzy2lost.psx2" minSdk = 26 targetSdk = 36 - versionCode 18 - versionName "1.1.6" + versionCode 19 + versionName "1.1.7" // APK base.archivesName = "PSX2_${versionCode}_${new Date().format('yyyyMMddHHmm')}" @@ -105,7 +105,7 @@ android { excludes += ['META-INF/DEPENDENCIES', 'META-INF/LICENSE', 'META-INF/NOTICE', 'META-INF/NOTICE.txt'] } } - buildToolsVersion = '36.0.0' + buildToolsVersion = '36.1.0' } dependencies {