12345678910 |
- import java.nio.file.Paths
- ext {
- sdkInt = "33"
- tag = "android-13.0.0_r15"
- rootDirName = "1300_r15"
- ANDROID_X_VERSION = '1.6.0'
- ANDROID_X_VERSION_BASE = '1.0.0'
- frameworkAidlPath = Paths.get("$rootDir", "$rootDirName", "$frameworkAidlCommonPath")
- }
|