| changeset 2 | 99455c223e8f |
| parent 1 | 831cffa9c991 |
| child 3 | deb08be508b0 |
| 1:831cffa9c991 | 2:99455c223e8f |
|---|---|
3 plugins { |
3 plugins { |
4 id("com.android.library") |
4 id("com.android.library") |
5 kotlin("android") |
5 kotlin("android") |
6 id("com.geekorum.build.android-tests") |
6 id("com.geekorum.build.android-tests") |
7 id("com.geekorum.build.android-avdl") |
7 id("com.geekorum.build.android-avdl") |
8 `maven-publish` |
|
8 } |
9 } |
9 |
10 |
10 val artifactId by extra(name) |
11 val artifactId by extra(name) |
11 |
12 |
12 android { |
13 android { |