Skip to content

Commit

Permalink
Prepare for Android 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Mar 2, 2016
1 parent b1cabd8 commit 5128fed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
7 changes: 4 additions & 3 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionName="1.1.1"
android:versionCode="10101"
android:versionName="1.2.0"
android:versionCode="10200"
package="org.microg.nlp.backend.apple">

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="22" />
android:targetSdkVersion="23" />

<application
android:allowBackup="false"
Expand Down

1 comment on commit 5128fed

@xuefer
Copy link

@xuefer xuefer commented on 5128fed Mar 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #11
need a release of this version for android 6.0 testing purpose

Please sign in to comment.