build.gradle 267 B

1234567891011
  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.core:core:1.2.0"
  8. implementation "androidx.annotation:annotation:1.0.0"
  9. }