forked from videolan/vlc-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
26 lines (21 loc) · 926 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.enableJetifier=false
android.useAndroidX=true
android.databinding.incremental=true
kapt.incremental.apt=true
kapt.use.worker.api=true
kapt.include.compile.classpath=false
org.gradle.jvmargs=-Xms512M -Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
POM_URL=https://code.videolan.org/videolan/vlc-android/
POM_SCM_URL=https://code.videolan.org/videolan/vlc-android/
POM_SCM_CONNECTION=scm:git:https://code.videolan.org/videolan/vlc-android.git
POM_SCM_DEV_CONNECTION=scm:git:https://code.videolan.org/videolan/vlc-android.git
POM_LICENCE_NAME=GNU Lesser General Public License, version 2.1
POM_LICENCE_URL=https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=videolan
POM_DEVELOPER_NAME=VideoLAN
POM_DEVELOPER_URL=https://www.videolan.org/
RELEASE_SIGNING_ENABLED=false
android.nonTransitiveRClass=false
android.nonFinalResIds=false