-
Notifications
You must be signed in to change notification settings - Fork 140
/
gradle.properties
23 lines (20 loc) · 919 Bytes
/
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
VERSION_NAME=0.4.6
VERSION_CODE=33
GROUP=com.github.michael-rapp
BUILD_TOOLS_VERSION=28.0.3
MIN_SDK_VERSION=14
TARGET_SDK_VERSION=28
POM_DESCRIPTION=An Android library, which provides a Google Chrome-like tab switcher.
POM_URL=https://github.com/michael-rapp/ChromeLikeTabSwitcher
POM_SCM_URL=https://github.com/michael-rapp/ChromeLikeTabSwitcher.git
POM_SCM_CONNECTION=scm:[email protected]:michael-rapp/ChromeLikeTabSwitcher.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:michael-rapp/ChromeLikeTabSwitcher.git
POM_LICENCE_NAME=Apache License version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=michael-rapp
POM_DEVELOPER_NAME=Michael Rapp
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots
android.useAndroidX=true
android.enableJetifier=true