Skip to content

Commit 409232e

Browse files
committed
update buildtools and appcompat
1 parent 2761805 commit 409232e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'android-apt'
33

44
android {
55
compileSdkVersion 23
6-
buildToolsVersion "23.0.2"
6+
buildToolsVersion "23.0.3"
77

88
defaultConfig {
99
applicationId "com.simplemobiletools.notes"
@@ -29,7 +29,7 @@ android {
2929
dependencies {
3030
compile fileTree(dir: 'libs', include: ['*.jar'])
3131
testCompile 'junit:junit:4.12'
32-
compile 'com.android.support:appcompat-v7:23.3.0'
32+
compile 'com.android.support:appcompat-v7:23.4.0'
3333
compile 'com.jakewharton:butterknife:8.0.1'
3434
compile 'com.github.yukuku:ambilwarna:2.0.1'
3535

0 commit comments

Comments
 (0)