File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
2222dependencies {
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}
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
2525dependencies {
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}
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments