build: Bump Gradle

This commit is contained in:
inotia00
2025-03-06 11:55:03 +09:00
parent c7e1b42e81
commit e41bad3f35
6 changed files with 23 additions and 4 deletions

View File

@ -1,3 +1,5 @@
import java.lang.Boolean.TRUE
extension {
name = "extensions/shared.rve"
}
@ -12,7 +14,7 @@ android {
buildTypes {
release {
isMinifyEnabled = true
isMinifyEnabled = TRUE
}
}
compileOptions {