From 39219007f025f4ade12b2883b90b9927d825f988 Mon Sep 17 00:00:00 2001 From: lado Date: Tue, 15 Mar 2016 18:48:11 +0100 Subject: 12.50 --- vdrmanager/app/app-release.apk | Bin 2262540 -> 2260172 bytes vdrmanager/app/app.iml | 27 ++++++++++++++------------- vdrmanager/app/build.gradle | 15 +++++++++++++-- vdrmanager/app/src/main/AndroidManifest.xml | 4 ++-- 4 files changed, 29 insertions(+), 17 deletions(-) (limited to 'vdrmanager/app') diff --git a/vdrmanager/app/app-release.apk b/vdrmanager/app/app-release.apk index 9a382a9..813c890 100644 Binary files a/vdrmanager/app/app-release.apk and b/vdrmanager/app/app-release.apk differ diff --git a/vdrmanager/app/app.iml b/vdrmanager/app/app.iml index a38463e..24cf4dc 100644 --- a/vdrmanager/app/app.iml +++ b/vdrmanager/app/app.iml @@ -36,13 +36,13 @@ - + - + @@ -65,21 +65,22 @@ + - - - - - + + + + + - + @@ -87,12 +88,12 @@ - - - + - + - + + + \ No newline at end of file diff --git a/vdrmanager/app/build.gradle b/vdrmanager/app/build.gradle index acc2bdd..c0ec540 100644 --- a/vdrmanager/app/build.gradle +++ b/vdrmanager/app/build.gradle @@ -7,6 +7,8 @@ android { // but continue the build even when errors are found: abortOnError false } + + signingConfigs { config { keyAlias 'vdrmanager' @@ -21,7 +23,16 @@ android { applicationId "de.bjusystems.vdrmanager" minSdkVersion 8 targetSdkVersion 23 + //vectorDrawables.useSupportLibrary = true + + } + + + aaptOptions { + additionalParameters "--no-version-vectors" } + + buildTypes { release { minifyEnabled false @@ -36,6 +47,6 @@ dependencies { compile files('libs/ormlite-core-4.47.jar') compile files('libs/slf4j-android-1.6.1-RC1.jar') compile files('libs/svdrp4j-1.1.0-SNAPSHOT.jar') - compile 'com.android.support:support-v4:24.0.0-alpha1' - compile 'com.android.support:appcompat-v7:24.0.0-alpha1' + compile 'com.android.support:support-v4:23.2.0' + compile 'com.android.support:appcompat-v7:23.2.0' } diff --git a/vdrmanager/app/src/main/AndroidManifest.xml b/vdrmanager/app/src/main/AndroidManifest.xml index bc0ebdb..3e549a1 100644 --- a/vdrmanager/app/src/main/AndroidManifest.xml +++ b/vdrmanager/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="12500" + android:versionName="12.50" > -- cgit v1.2.3