JITPack-based dependencies

This commit is contained in:
Anuken
2018-12-29 11:59:43 -05:00
parent 35348f1150
commit 4386d3169a
5 changed files with 26 additions and 25 deletions

View File

@ -31,7 +31,7 @@ dependencies {
implementation 'org.sufficientlysecure:donations:2.5'
implementation 'com.google.android.gms:play-services-auth:16.0.1'
implementation project(":Arc:backends:backend-android")
implementation arcModule("backends:backend-android")
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi"
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a"
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-arm64-v8a"