1- # Project-wide Gradle settings.
2-
3- # IDE (e.g. Android Studio) users:
4- # Gradle settings configured through the IDE *will override*
5- # any settings specified in this file.
6-
7- # For more details on how to configure your build environment visit
8- # http://www.gradle.org/docs/current/userguide/build_environment.html
9-
10- # Specifies the JVM arguments used for the daemon process.
11- # The setting is particularly useful for tweaking memory settings.
12- org.gradle.jvmargs =-Xmx1536m
13-
14- # When configured, Gradle will run in incubating parallel mode.
15- # This option should only be used with decoupled projects. More details, visit
16- # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17- # org.gradle.parallel=true
1+ org.gradle.jvmargs =-Xmx2048m -Dfile.encoding =UTF-8
182android.useAndroidX =true
193
20- GROUP =com.commit451.modalbottomsheetdialogfragment
4+ GROUP =com.commit451
215POM_ARTIFACT_ID =modalbottomsheetdialogfragment
22- VERSION_NAME =1.0.0
6+ VERSION_NAME =1.3.1
237
24- POM_NAME =Aloy
8+ POM_NAME =ModalBottomSheetDialogFragment
259POM_DESCRIPTION =Modal bottom sheet dialog based on the Material Guidelines
2610POM_INCEPTION_YEAR =2018
2711POM_URL =https://github.com/Commit451/ModalBottomSheetDialogFragment/
@@ -30,12 +14,13 @@ POM_LICENSE_NAME=The Apache Software License, Version 2.0
3014POM_LICENSE_URL =https://www.apache.org/licenses/LICENSE-2.0.txt
3115POM_LICENSE_DIST =repo
3216
33- POM_SCM_URL =https://github.com/Commit451/Aloy /
17+ POM_SCM_URL =https://github.com/Commit451/ModalBottomSheetDialogFragment /
3418POM_SCM_CONNECTION =scm:git:git://github.com/Commit451/ModalBottomSheetDialogFragment.git
3519POM_SCM_DEV_CONNECTION =scm:git:ssh://git@github.com/Commit451/ModalBottomSheetDialogFragment.git
3620
3721POM_DEVELOPER_ID =Commit451
3822POM_DEVELOPER_NAME =Commit 451
3923POM_DEVELOPER_URL =https://github.com/Commit451/
4024
41- RELEASE_SIGNING_ENABLED =false
25+ SONATYPE_CONNECT_TIMEOUT_SECONDS =60
26+ SONATYPE_CLOSE_TIMEOUT_SECONDS =900
0 commit comments