Gradle: add missing Android loggers, #46
This commit is contained in:
parent
59f74664a2
commit
bb7aa34905
@ -8,6 +8,7 @@ dependencies {
|
||||
compile files("${rootDir}/vtm-android/vtm-natives-android.jar")
|
||||
compile 'com.android.support:support-v4:24.0.0'
|
||||
compile 'com.android.support:appcompat-v7:24.0.0'
|
||||
compile 'com.noveogroup.android:android-logger:1.3.6'
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -6,6 +6,7 @@ dependencies {
|
||||
compile files("${rootDir}/vtm-android/vtm-natives-android.jar")
|
||||
compile "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion"
|
||||
compile files('gdx-natives-android.jar')
|
||||
compile 'com.noveogroup.android:android-logger:1.3.6'
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -6,6 +6,7 @@ dependencies {
|
||||
compile files("${rootDir}/vtm-android/vtm-natives-android.jar")
|
||||
compile 'com.android.support:support-v4:24.0.0'
|
||||
compile 'com.android.support:appcompat-v7:24.0.0'
|
||||
compile 'com.noveogroup.android:android-logger:1.3.6'
|
||||
}
|
||||
|
||||
android {
|
||||
|
Loading…
x
Reference in New Issue
Block a user