| author | Da Risk <da_risk@geekorum.com> |
| Tue, 29 Nov 2022 14:16:09 -0400 | |
| changeset 20 | 5d8a0555733d |
| parent 19 | 91a3ad3b1b9c |
| child 37 | 8ec7aee97eb6 |
| permissions | -rw-r--r-- |
|
6
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
1 |
/* |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
2 |
* Geekdroid is a utility library for development on the Android |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
3 |
* Platform. |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
4 |
* |
| 20 | 5 |
* Copyright (C) 2017-2022 by Frederic-Charles Barthelery. |
|
6
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
6 |
* |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
7 |
* This file is part of Geekdroid. |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
8 |
* |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
9 |
* Geekdroid is free software: you can redistribute it and/or modify |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
10 |
* it under the terms of the GNU General Public License as published by |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
11 |
* the Free Software Foundation, either version 3 of the License, or |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
12 |
* (at your option) any later version. |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
13 |
* |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
14 |
* Geekdroid is distributed in the hope that it will be useful, |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
15 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
16 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
17 |
* GNU General Public License for more details. |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
18 |
* |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
19 |
* You should have received a copy of the GNU General Public License |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
20 |
* along with Geekdroid. If not, see <http://www.gnu.org/licenses/>. |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
21 |
*/ |
|
99ad8c14fec2
Add missing source license headers
Da Risk <da_risk@geekorum.com>
parents:
4
diff
changeset
|
22 |
|
| 1 | 23 |
|
24 |
plugins {
|
|
25 |
`kotlin-dsl` |
|
26 |
} |
|
27 |
||
28 |
||
29 |
version = "1.0" |
|
30 |
||
| 19 | 31 |
kotlin{
|
32 |
sourceSets {
|
|
33 |
all {
|
|
34 |
languageSettings {
|
|
35 |
optIn("kotlin.RequiresOptIn")
|
|
36 |
} |
|
37 |
} |
|
38 |
} |
|
39 |
} |
|
| 1 | 40 |
repositories {
|
| 19 | 41 |
google {
|
42 |
content {
|
|
43 |
includeGroupByRegex("""android\.arch\..*""")
|
|
44 |
includeGroupByRegex("""androidx\..*""")
|
|
45 |
includeGroupByRegex("""com\.android\..*""")
|
|
46 |
includeGroupByRegex("""com\.google\..*""")
|
|
47 |
includeGroup("com.crashlytics.sdk.android")
|
|
48 |
includeGroup("io.fabric.sdk.android")
|
|
49 |
includeGroup("org.chromium.net")
|
|
50 |
includeGroup("zipflinger")
|
|
51 |
includeGroup("com.android")
|
|
52 |
} |
|
53 |
} |
|
| 17 | 54 |
mavenCentral() |
| 19 | 55 |
gradlePluginPortal() |
| 1 | 56 |
} |
57 |
||
58 |
dependencies {
|
|
| 19 | 59 |
implementation("com.android.tools.build:gradle:7.3.1")
|
60 |
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20")
|
|
61 |
implementation("gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1")
|
|
62 |
implementation("com.github.triplet.gradle:play-publisher:3.7.0")
|
|
| 1 | 63 |
|
| 19 | 64 |
implementation("com.geekorum.gradle.avdl:plugin:0.0.3")
|
65 |
implementation("com.geekorum.gradle.avdl:flydroid:0.0.3")
|
|
| 1 | 66 |
} |