-
Notifications
You must be signed in to change notification settings - Fork 542
Expand file tree
/
Copy pathgradle.properties
More file actions
35 lines (30 loc) · 1.03 KB
/
gradle.properties
File metadata and controls
35 lines (30 loc) · 1.03 KB
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
27
28
29
30
31
32
33
34
35
org.gradle.jvmargs=-Xmx2048M
android.useAndroidX=true
android.enableJetifier=true
# https://github.com/vanniktech/gradle-maven-publish-plugin
GROUP=cn.jzvd
POM_ARTIFACT_ID=jiaozivideoplayer
VERSION_NAME=7.7.0
POM_NAME=jzvideo
POM_DESCRIPTION=Simple android video library
POM_INCEPTION_YEAR=2015
POM_URL=https://github.com/Jzvd/JZVideo
POM_LICENSE_NAME=mit
POM_LICENSE_URL=https://www.mit.org
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/Jzvd/JZVideo
POM_SCM_CONNECTION=https://github.com/Jzvd/JZVideo
POM_SCM_DEV_CONNECTION=https://github.com/Jzvd/JZVideo
POM_DEVELOPER_ID=Nathen
POM_DEVELOPER_NAME=Lipan
POM_DEVELOPER_URL=https://github.com/lipangit
android.defaults.buildfeatures.resvalues=true
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
android.enableAppCompileTimeRClass=false
android.usesSdkInManifest.disallowed=false
android.uniquePackageNames=false
android.dependency.useConstraints=true
android.r8.strictFullModeForKeepRules=false
android.r8.optimizedResourceShrinking=false
android.builtInKotlin=false
android.newDsl=false