equal
deleted
inserted
replaced
12 val artifactId by extra (archivesBaseName) |
12 val artifactId by extra (archivesBaseName) |
13 |
13 |
14 android { |
14 android { |
15 val compileSdkInt: Int by rootProject.extra |
15 val compileSdkInt: Int by rootProject.extra |
16 compileSdk = compileSdkInt |
16 compileSdk = compileSdkInt |
|
17 namespace = "com.geekorum.geekdroid.firebase" |
17 |
18 |
18 defaultConfig { |
19 defaultConfig { |
19 minSdk = 24 |
20 minSdk = 24 |
20 targetSdk = 29 |
21 targetSdk = 29 |
21 } |
22 } |
28 "proguard-rules.pro") |
29 "proguard-rules.pro") |
29 } |
30 } |
30 } |
31 } |
31 |
32 |
32 lint { |
33 lint { |
33 isAbortOnError = false |
34 abortOnError = false |
34 } |
35 } |
35 |
36 |
36 } |
37 } |
37 |
38 |
38 dependencies { |
39 dependencies { |