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
27org.gradle.jvmargs=-Xmx3g
android.useAndroidX=true
android.enableJetifier=false
kotlin.code.style=official
kapt.include.compile.classpath=false
RELEASE_SIGNING_ENABLED=true
SONATYPE_HOST=CENTRAL_PORTAL
mavenCentralPublishing=true
mavenCentralAutomaticPublishing=true
VERSION_NAME=1.0.5
GROUP=com.airbnb.android
POM_DESCRIPTION=Showkase is an Android library that helps you organize, discover, search and visualize Jetpack Compose components.
POM_URL=https://github.com/airbnb/Showkase
POM_SCM_URL=https://github.com/airbnb/Showkase
POM_SCM_CONNECTION=scm:git@github.com:airbnb/Showkase.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:airbnb/Showkase.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=airbnb
POM_DEVELOPER_NAME=Airbnb
POM_DEVELOPER_EMAIL=android@airbnb.com
POM_INCEPTION_YEAR=2020
POM_NAME=null
POM_PACKAGING=null