From e3fdaff470945859b810e75ab982b339c032d192 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek <hannes.janetzek@gmail.com> Date: Thu, 18 Jun 2015 01:23:35 +0200 Subject: [PATCH] fix build --- settings.gradle | 6 +++--- vtm-android-example/build.gradle | 3 ++- vtm-android-start/build.gradle | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/settings.gradle b/settings.gradle index 4d7adb71..704fd573 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,9 +9,9 @@ include ':vtm-themes' include ':vtm-gdx' include ':vtm-desktop' include ':vtm-android-gdx' -include ':vtm-web' -include ':vtm-web-app' -include ':vtm-web-js' +//include ':vtm-web' +//include ':vtm-web-app' +//include ':vtm-web-js' include ':vtm-jeo' include ':vtm-jeo-desktop' include ':vtm-playground' diff --git a/vtm-android-example/build.gradle b/vtm-android-example/build.gradle index 5aa737fb..87993bcb 100644 --- a/vtm-android-example/build.gradle +++ b/vtm-android-example/build.gradle @@ -11,7 +11,8 @@ dependencies { compile project(':vtm-extras') compile project(':vtm-themes') - compile 'com.android.support:support-v4:21.+' + compile 'com.android.support:support-v4:22.+' + compile 'com.android.support:appcompat-v7:22.+' eclipseCompile project(':appcompat') compile 'com.noveogroup.android:android-logger:1.3.4' diff --git a/vtm-android-start/build.gradle b/vtm-android-start/build.gradle index 3c317f2e..adcbd921 100644 --- a/vtm-android-start/build.gradle +++ b/vtm-android-start/build.gradle @@ -9,7 +9,8 @@ dependencies { compile project(':vtm-android') compile project(':vtm-themes') - compile 'com.android.support:support-v4:21.+' + compile 'com.android.support:support-v4:22.+' + compile 'com.android.support:appcompat-v7:22.+' eclipseCompile project(':appcompat') compile 'com.noveogroup.android:android-logger:1.3.4'