-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgradle.properties
More file actions
36 lines (29 loc) · 1.35 KB
/
gradle.properties
File metadata and controls
36 lines (29 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
appVersion = 1.2.2
appVersionCode = 20190812
androidMinSdkVersion = 14
androidTargetSdkVersion = 28
androidCompileSdkVersion = 28
androidBuildToolsVersion = 28.0.3
gradleAndroidPluginVersion = 3.2.1
androidXVersion = 1.0.0
androidXAppCompatVersion = 1.1.0-rc01
multiDexVersion = 2.0.0
gsonVersion = 2.1
juniversalchardetVersion = 1.0.3
junitVerion = 4.12
GROUP = com.github.dailystudio
POM_DESCRIPTION = Provide utils classes commonly used in Android application development.
POM_URL = https://github.com/dailystudio/devbricks
POM_SCM_URL = https://github.com/dailystudio/devbricks.git
POM_SCM_CONNECTION = scm:git@github.com:dailystudio/devbricks.git
POM_SCM_DEV_CONNECTION = scm:git@github.com:dailystudio/devbricks.git
POM_LICENCE_NAME = The Apache Software License, Version 2.0
POM_LICENCE_URL = http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST = repo
POM_DEVELOPER_ID = dailystudio
POM_DEVELOPER_NAME = dailystudio
POM_NAME = Development Bricks
POM_ARTIFACT_ID = devbricks
POM_PACKAGING = aar
android.useAndroidX = true
android.enableJetifier = true