build.gradle 221 B

12345678910
  1. apply from: "../Script/config.gradle"
  2. apply from: "$scriptPath/frameworks_module.gradle"
  3. android {
  4. namespace 'com.android.launcher3.icons'
  5. }
  6. dependencies {
  7. implementation "androidx.annotation:annotation:1.0.0"
  8. }