config.gradle 272 B

12345678910
  1. import java.nio.file.Paths
  2. ext {
  3. sdkInt = "33"
  4. tag = "android-13.0.0_r15"
  5. rootDirName = "1300_r15"
  6. ANDROID_X_VERSION = '1.6.0'
  7. ANDROID_X_VERSION_BASE = '1.0.0'
  8. frameworkAidlPath = Paths.get("$rootDir", "$rootDirName", "$frameworkAidlCommonPath")
  9. }