Skip to content

Commit 103291a

Browse files
committed
Upgrading remaining projs to latest compat libs
1 parent 23a0820 commit 103291a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/AndroidClient/app/app.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
7979
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
8080
</content>
81-
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
81+
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
8282
<orderEntry type="sourceFolder" forTests="false" />
8383
<orderEntry type="library" exported="" name="gson-2.4" level="project" />
8484
<orderEntry type="library" exported="" name="support-v4-23.1.1" level="project" />

src/AndroidClient/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 21
4+
compileSdkVersion 23
55
buildToolsVersion "21.1.2"
66

77
defaultConfig {
88
applicationId "servicestack.net.androidclient"
99
minSdkVersion 16
10-
targetSdkVersion 21
10+
targetSdkVersion 23
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -21,6 +21,6 @@ android {
2121

2222
dependencies {
2323
compile fileTree(include: ['*.jar'], dir: 'libs')
24-
compile 'com.android.support:appcompat-v7:21.0.3'
24+
compile 'com.android.support:appcompat-v7:23.1.1'
2525
compile project(':android')
2626
}

src/AndroidClient/techstacks/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 21
4+
compileSdkVersion 23
55
buildToolsVersion "21.1.2"
66

77
defaultConfig {
88
applicationId "servicestack.net.techstacks"
99
minSdkVersion 19
10-
targetSdkVersion 21
10+
targetSdkVersion 23
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -24,6 +24,6 @@ android {
2424

2525
dependencies {
2626
compile fileTree(dir: 'libs', include: ['*.jar'])
27-
compile 'com.android.support:appcompat-v7:21.0.3'
27+
compile 'com.android.support:appcompat-v7:23.1.1'
2828
compile project(':android')
2929
}

src/AndroidClient/techstacks/techstacks.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
7777
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
7878
</content>
79-
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
79+
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
8080
<orderEntry type="sourceFolder" forTests="false" />
8181
<orderEntry type="library" exported="" name="gson-2.4" level="project" />
8282
<orderEntry type="library" exported="" name="support-v4-23.1.1" level="project" />

0 commit comments

Comments
 (0)