diff --git a/vtm-android-example/build.gradle b/vtm-android-example/build.gradle index 3e107b83..5eb03343 100644 --- a/vtm-android-example/build.gradle +++ b/vtm-android-example/build.gradle @@ -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 { diff --git a/vtm-android-gdx/build.gradle b/vtm-android-gdx/build.gradle index d1ee0047..316d7c5f 100644 --- a/vtm-android-gdx/build.gradle +++ b/vtm-android-gdx/build.gradle @@ -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 { diff --git a/vtm-android-start/build.gradle b/vtm-android-start/build.gradle index 13468c24..799133c6 100644 --- a/vtm-android-start/build.gradle +++ b/vtm-android-start/build.gradle @@ -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 {