bump version and newer buildtools version

This commit is contained in:
izzy2lost
2025-12-07 13:55:42 -05:00
parent f1776e2db7
commit 4cfee6691a
+3 -3
View File
@@ -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 {