-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
44 lines (33 loc) · 1.6 KB
/
gradle.properties
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
37
38
39
40
41
42
43
44
# Sonatype repo: https://s01.oss.sonatype.org/content/groups/staging/com/twobuffers/wire/
GROUP=com.twobuffers.wire
VERSION_NAME=0.4.11
POM_NAME=Wire
POM_DESCRIPTION=Wire is a collection of opinionated Android-app building blocks.
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/twobuffers/wire
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/twobuffers/wire
POM_SCM_CONNECTION=scm:git:git://github.com/twobuffers/wire.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/twobuffers/wire.git
POM_DEVELOPER_ID=twobuffers
POM_DEVELOPER_NAME=Two Buffers
POM_DEVELOPER_URL=https://github.com/twobuffers
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
# https://docs.gradle.org/current/userguide/dependency_management_terminology.html#sub:terminology_component
android.disableAutomaticComponentCreation=true
org.gradle.jvmargs=
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Don't convert automatically third-party libraries to use AndroidX
android.enableJetifier=false
# https://developer.android.google.cn/studio/releases/gradle-plugin?hl=en#buildFeatures
android.defaults.buildfeatures.buildconfig=false
android.defaults.buildfeatures.aidl=false
android.defaults.buildfeatures.renderscript=false
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false