- apply from: "../../Script/config.gradle"
- ext {
- codePath = "$rootDir/$rootDirName/$systemUiLibsPath/animationlib"
- }
- apply from: "$scriptPath/frameworks_module.gradle"
- android {
- namespace 'com.android.app.animation'
- }
- dependencies {
- implementation "androidx.core:core-animation:$ANDROID_X_VERSION_BASE"
- }
|