Files
fenghzuang_new/build.gradle
2026-03-17 17:55:14 +08:00

14 lines
402 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
id 'com.google.gms.google-services' version '4.3.15' apply false
}
ext {
outputPath = "F:/webApp2"
versionCode = 133
versionName = "v1.3.3"
namespace = "com.webclip.base"
JAVA_VERSION = JavaVersion.VERSION_17
}