Skip to content

Commit

Permalink
Merge pull request #328 from opengisch/targetAndroidVersion
Browse files Browse the repository at this point in the history
Update targetSdkVersion to 26
  • Loading branch information
m-kuhn committed Aug 24, 2018
2 parents 3cb824a + 6ba85a6 commit e95d567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Expand Up @@ -67,7 +67,7 @@
<!-- Background running -->
</activity>
</application>
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="22" />
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="26" />
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down

0 comments on commit e95d567

Please sign in to comment.