chore: Update gradle version to 1.105.1

This commit is contained in:
kwaroran
2024-05-24 23:35:18 +09:00
parent 43564ed054
commit 68cf8d59a0

View File

@@ -7,8 +7,8 @@ android {
applicationId "co.aiclient.risu"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.105.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.