forked from AltBeacon/android-beacon-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
17 lines (15 loc) · 911 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app"s APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
project_vendor = altbeacon
project_vendor_name = altbeacon
project_description = Allows Android apps to interact with BLE beacons
project_url = https://github.com/AltBeacon/android-beacon-library
project_scm = https://github.com/AltBeacon/android-beacon-library
project_issues_url = https://github.com/AltBeacon/android-beacon-library/issues
project_connection = scm:git:https://github.com/AltBeacon/android-beacon-library.git
project_dev_connection = scm:git:[email protected]:AltBeacon/android-beacon-library.git