Skip to content

Commit 0a29715

Browse files
committed
bump minSdkVersion to 15 + compileSdkVersion to 24
1 parent 940a97e commit 0a29715

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/AndroidClient/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ apply plugin: 'com.jfrog.bintray'
66
version = "1.0.27"
77

88
android {
9-
compileSdkVersion 23
9+
compileSdkVersion 24
1010
buildToolsVersion "23.0.2"
1111

1212
defaultConfig {
13-
minSdkVersion 11
13+
minSdkVersion 15
1414
targetSdkVersion 24
1515
versionCode 1
1616
versionName version
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="net.servicestack.android">
33

4+
<uses-permission android:name="android.permission.INTERNET" />
5+
46
<application android:allowBackup="true">
57

68
</application>
7-
<uses-permission android:name="android.permission.INTERNET" />
89

910
</manifest>

0 commit comments

Comments
 (0)