build.gradle 316 B

12345678910111213
  1. apply from: "../../Script/config.gradle"
  2. ext {
  3. codePath = "$rootDir/$rootDirName/$systemUiLibsPath/animationlib"
  4. }
  5. apply from: "$scriptPath/frameworks_module.gradle"
  6. android {
  7. namespace 'com.android.app.animation'
  8. }
  9. dependencies {
  10. implementation "androidx.core:core-animation:$ANDROID_X_VERSION_BASE"
  11. }