Current fixes to build with Gradle 9.0.0 and JSK 24

This commit is contained in:
Olusesan Ameye
2025-08-03 07:36:50 -04:00
parent 3aed912ae8
commit b92f1520d4
7 changed files with 26 additions and 16 deletions
+3 -3
View File
@@ -7,8 +7,8 @@ android {
applicationId "com.wrenchboard.users"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 51
versionName "42.9.4"
versionCode 186
versionName "46.6.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -50,5 +50,5 @@ try {
apply plugin: 'com.google.gms.google-services'
}
} catch(Exception e) {
logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work" )
}