Update settings to reduce the number of steps needed to set up

Update AndroidManifest.xml to target version 23 (for DocumentsContract to work), which means we can elimnate step 13

Update pom.xml to use bytecode version 1.8, so we can eliminate step 12 and 14

Update README.md to reflect these changes
This commit is contained in:
Adam Jones 2016-06-01 18:13:14 +01:00
parent 57ff0420a9
commit f39c4fd759
3 changed files with 9 additions and 22 deletions

View file

@ -5,7 +5,7 @@
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="22" />
android:targetSdkVersion="23" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"/>