We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2761805 commit 409232eCopy full SHA for 409232e
app/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'android-apt'
3
4
android {
5
compileSdkVersion 23
6
- buildToolsVersion "23.0.2"
+ buildToolsVersion "23.0.3"
7
8
defaultConfig {
9
applicationId "com.simplemobiletools.notes"
@@ -29,7 +29,7 @@ android {
29
dependencies {
30
compile fileTree(dir: 'libs', include: ['*.jar'])
31
testCompile 'junit:junit:4.12'
32
- compile 'com.android.support:appcompat-v7:23.3.0'
+ compile 'com.android.support:appcompat-v7:23.4.0'
33
compile 'com.jakewharton:butterknife:8.0.1'
34
compile 'com.github.yukuku:ambilwarna:2.0.1'
35
0 commit comments