-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
Copy pathgradle.properties
33 lines (30 loc) · 1.49 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
org.gradle.jvmargs=-Xmx4g -Xms4g -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
android.useAndroidX=true
android.enableJetifier=true
# Temporary added to ignore list as suggested in https://issuetracker.google.com/issues/346686142
# TODO: remove this once we disable Jetifier completely
android.jetifier.ignorelist=bcprov-jdk18on-1.78.1.jar
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=false
android.defaults.buildfeatures.buildconfig=true
GROUP=com.firebaseui
VERSION_NAME=9.0.0
POM_PACKAGING=aar
POM_DESCRIPTION=FirebaseUI for Android
POM_URL=https://github.com/firebase/firebaseui-android
POM_SCM_URL=https://github.com/firebase/firebaseui-android
POM_SCM_CONNECTION=scm:git:git@github.com/firebase/firebaseui-android.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com/firebase/firebaseui-android.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_DEVELOPER_NAME=FirebaseUI Contributors
POM_DEVELOPER_URL=https://github.com/firebase/FirebaseUI-Android/graphs/contributors
# See https://vanniktech.github.io/gradle-maven-publish-plugin/changelog/#0200-2022-06-02
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true