From 8b599dbf53dfafe02be8be80ed1e46dbd2067d23 Mon Sep 17 00:00:00 2001 From: Emux Date: Tue, 19 Jul 2016 20:49:58 +0300 Subject: [PATCH] Android samples: remove Android Support dependencies, #32 --- vtm-android-example/AndroidManifest.xml | 4 +--- vtm-android-example/build.gradle | 2 -- vtm-android-example/res/values/styles.xml | 5 ---- .../org/oscim/android/test/MapActivity.java | 5 ++-- vtm-android-gdx/AndroidManifest.xml | 6 ++--- vtm-android-start/AndroidManifest.xml | 11 ++++----- vtm-android-start/build.gradle | 2 -- vtm-android-start/res/values/strings.xml | 4 ++++ vtm-android-start/res/values/styles.xml | 5 ---- .../org/oscim/android/start/TestActivity.java | 24 ++++++++++++++----- 10 files changed, 32 insertions(+), 36 deletions(-) delete mode 100644 vtm-android-example/res/values/styles.xml create mode 100644 vtm-android-start/res/values/strings.xml delete mode 100644 vtm-android-start/res/values/styles.xml diff --git a/vtm-android-example/AndroidManifest.xml b/vtm-android-example/AndroidManifest.xml index caf598d7..e5d6b64d 100644 --- a/vtm-android-example/AndroidManifest.xml +++ b/vtm-android-example/AndroidManifest.xml @@ -17,14 +17,12 @@ + android:label="@string/app_name"> - diff --git a/vtm-android-example/build.gradle b/vtm-android-example/build.gradle index b6d8379f..95936e38 100644 --- a/vtm-android-example/build.gradle +++ b/vtm-android-example/build.gradle @@ -6,8 +6,6 @@ dependencies { compile project(':vtm-jeo') compile project(':vtm-jts') compile project(':vtm-themes') - 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' } diff --git a/vtm-android-example/res/values/styles.xml b/vtm-android-example/res/values/styles.xml deleted file mode 100644 index 76c49238..00000000 --- a/vtm-android-example/res/values/styles.xml +++ /dev/null @@ -1,5 +0,0 @@ - - -