12345678910 |
- import java.nio.file.Paths
- ext {
- sdkInt = "34"
- tag = "android-14.0.0_r28"
- rootDirName = "1400_r28"
- ANDROID_X_VERSION = '1.6.0'
- ANDROID_X_VERSION_BASE = '1.0.0'
- frameworkAidlPath = Paths.get("$rootDir", "$rootDirName", "$frameworkAidlCommonPath")
- }
|