Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 63c8666

Browse files
author
Hisanobu Tomari
committed
Retarget for Android M release
1 parent d1351fb commit 63c8666

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

app/app.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
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>

app/build.gradle

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
apply plugin: 'com.android.application'
2-
32
android {
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+
}

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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" />

local.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
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
1111
sdk.dir=/home/davy/android-sdks

0 commit comments

Comments
 (0)