gradle.properties 670 B

12345678910111213
  1. project_vendor = altbeacon
  2. project_vendor_name = altbeacon
  3. project_description = Allows Android apps to interact with BLE beacons
  4. project_url = https://github.com/AltBeacon/android-beacon-library
  5. project_scm = https://github.com/AltBeacon/android-beacon-library
  6. project_issues_url = https://github.com/AltBeacon/android-beacon-library/issues
  7. project_connection = scm:git:https://github.com/AltBeacon/android-beacon-library.git
  8. project_dev_connection = scm:git:git@github.com:AltBeacon/android-beacon-library.git
  9. project_bintray_repo = android
  10. project_bintray_org = altbeacon
  11. android.enableUnitTestBinaryResources=true
  12. android.useAndroidX=true
  13. android.enableJetifier=true