mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-09-17 17:29:05 -04:00
update gradle and commons
This commit is contained in:
1 parent
f3c7e35cc8
commit
75ef61e056
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -32,7 +32,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.simplemobiletools:commons:2.15.0'
|
||||
compile 'com.simplemobiletools:commons:2.16.1'
|
||||
compile 'com.facebook.stetho:stetho:1.4.1'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
}
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.3.0'
|
||||
classpath 'com.android.tools.build:gradle:2.3.1'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
||||
Reference in new issue
Block a user