-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
罗孟伟
committed
May 11, 2020
1 parent
d293e29
commit 00af413
Showing
5 changed files
with
324 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,9 @@ buildscript { | |
} | ||
|
||
allprojects { | ||
version = VERSION_NAME | ||
group = GROUP | ||
|
||
repositories { | ||
jcenter() | ||
maven { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,28 @@ | ||
## For more details on how to configure your build environment visit | ||
# Project-wide Gradle settings. | ||
# IDE (e.g. Android Studio) users: | ||
# Gradle settings configured through the IDE *will override* | ||
# any settings specified in this file. | ||
# For more details on how to configure your build environment visit | ||
# http://www.gradle.org/docs/current/userguide/build_environment.html | ||
# | ||
# Specifies the JVM arguments used for the daemon process. | ||
# The setting is particularly useful for tweaking memory settings. | ||
# Default value: -Xmx1024m -XX:MaxPermSize=256m | ||
# Default value: -Xmx10248m -XX:MaxPermSize=256m | ||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
# | ||
# When configured, Gradle will run in incubating parallel mode. | ||
# This option should only be used with decoupled projects. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
#Fri Nov 22 16:01:50 CST 2019 | ||
android.useAndroidX=true | ||
android.enableJetifier=true | ||
VERSION_NAME=2.2.4-non-native | ||
VERSION_CODE=24 | ||
GROUP=com.yalantis | ||
POM_DESCRIPTION=Android Library for cropping images | ||
POM_URL=https://github.com/Yalantis/uCrop | ||
POM_SCM_URL=https://github.com/Yalantis/uCrop | ||
POM_SCM_CONNECTION=scm:[email protected]/Yalantis/uCrop.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]/Yalantis/uCrop.git | ||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0 | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=yalantis | ||
POM_DEVELOPER_NAME=Yalantis | ||
android.useAndroidX=true |
Oops, something went wrong.