From 5128fed43373ab6e3924a3d510ba711325ffd422 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Wed, 2 Mar 2016 18:03:26 +0100 Subject: [PATCH] Prepare for Android 6.0 --- build.gradle | 4 ++-- src/main/AndroidManifest.xml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 4ed8d4e..edc7a77 100644 --- a/build.gradle +++ b/build.gradle @@ -30,14 +30,14 @@ repositories { } dependencies { - compile 'org.microg:unifiednlp-api:1.3.2' + compile 'org.microg:unifiednlp-api:1.5.0' compile 'com.squareup.wire:wire-runtime:1.5.0' compile 'org.osmdroid:osmdroid-android:4.3' compile 'org.slf4j:slf4j-android:1.6.1-RC1' } android { - compileSdkVersion 22 + compileSdkVersion 23 buildToolsVersion "22.0.0" lintOptions { diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index c0ea60e..3da19bd 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -16,20 +16,21 @@ --> + + android:targetSdkVersion="23" />