fix build

This commit is contained in:
Hannes Janetzek 2015-06-18 01:23:35 +02:00
parent 7f5577ff24
commit e3fdaff470
3 changed files with 7 additions and 5 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'