This repository was archived by the owner on Feb 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 8686 <excludeFolder url =" file://$MODULE_DIR$/build/outputs" />
8787 <excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
8888 </content >
89- <orderEntry type =" jdk" jdkName =" Android API 22 Platform" jdkType =" Android SDK" />
89+ <orderEntry type =" jdk" jdkName =" Android API 23 Platform" jdkType =" Android SDK" />
9090 <orderEntry type =" sourceFolder" forTests =" false" />
9191 </component >
9292</module >
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
2-
32android {
4- compileSdkVersion 22
5- buildToolsVersion " 22.0.1"
6-
3+ compileSdkVersion 23
4+ buildToolsVersion ' 23.0.0'
75 defaultConfig {
86 applicationId " com.example.javabutton"
97 minSdkVersion 8
10- targetSdkVersion 22
8+ targetSdkVersion 23
119 }
12-
1310 buildTypes {
1411 release {
1512 minifyEnabled false
1613 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
1714 }
1815 }
16+ productFlavors {
17+ }
1918}
19+
20+ dependencies {
21+ }
Original file line number Diff line number Diff line change 66
77 <uses-sdk
88 android:minSdkVersion=" 8"
9- android:targetSdkVersion=" 22 " />
9+ android:targetSdkVersion=" 23 " />
1010 <supports-screens
1111 android:largeScreens=" true"
1212 android:xlargeScreens=" true" />
Original file line number Diff line number Diff line change 77# Location of the SDK. This is only used by Gradle.
88# For customization when using a Version Control System, please read the
99# header note.
10- # Fri Jul 31 11:02:23 JST 2015
10+ # Tue Aug 18 14:24:03 JST 2015
1111sdk.dir =/home/davy/android-sdks
You can’t perform that action at this time.
0 commit comments