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

Commit 4b17576

Browse files
author
Hisanobu Tomari
committed
Update project files for new toolchain versions
1 parent f06abce commit 4b17576

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22
android {
33
compileSdkVersion 23
4-
buildToolsVersion '23.0.0'
4+
buildToolsVersion '23.0.1'
55
defaultConfig {
66
applicationId "com.example.javabutton"
77
minSdkVersion 8

app/lint.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<lint>
3+
</lint>

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-
#Tue Aug 18 15:31:26 JST 2015
10+
#Sun Sep 06 15:55:55 JST 2015
1111
sdk.dir=/home/davy/android-sdks

0 commit comments

Comments
 (0)