-
Notifications
You must be signed in to change notification settings - Fork 271
/
gradle.properties
25 lines (20 loc) · 915 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
24
25
android.useAndroidX=true
android.enableJetifier=true
#MavenCentral publish informations
#Publish plugin: https://github.com/vanniktech/gradle-maven-publish-plugin
GROUP=io.github.muddz
POM_ARTIFACT_ID=styleabletoast
VERSION_NAME=2.4.0
POM_NAME=styleabletoast
POM_DESCRIPTION=An Android library that takes the standard toast to the next level with many styling options. Works on all Android versions.
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/Muddz/StyleableToast
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/Muddz/StyleableToast
POM_SCM_CONNECTION=scm:git:git://github.com/Muddz/StyleableToast.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/Muddz/StyleableToast.git
POM_DEVELOPER_ID=Muddz
POM_DEVELOPER_NAME=Muddi Walid
POM_DEVELOPER_URL=https://github.com/Muddz