update libs
This commit is contained in:
parent
1cb040b216
commit
c3b0d595d1
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion '25.0.2'
|
||||
buildToolsVersion '25.0.3'
|
||||
|
||||
signingConfigs {
|
||||
release
|
||||
|
@ -111,7 +111,7 @@ if (propFile.canRead()) {
|
|||
|
||||
dependencies {
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile 'org.mockito:mockito-core:2.7.14'
|
||||
testCompile 'org.mockito:mockito-core:2.8.47'
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile 'com.android.support:support-v4:25.3.1'
|
||||
compile 'com.android.support:appcompat-v7:25.3.1'
|
||||
|
@ -122,7 +122,7 @@ dependencies {
|
|||
compile 'com.android.support:support-v13:25.3.1' // used in material-dialogs
|
||||
compile 'commons-io:commons-io:2.5'
|
||||
compile 'org.sufficientlysecure:donations:2.5'
|
||||
compile 'org.sufficientlysecure:html-textview:3.3'
|
||||
compile 'org.sufficientlysecure:html-textview:3.4'
|
||||
compile 'org.commonjava.googlecode.markdown4j:markdown4j:2.2-cj-1.1'
|
||||
compile 'com.afollestad.material-dialogs:core:0.9.4.4'
|
||||
compile 'com.afollestad.material-dialogs:core:0.9.4.5'
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.3.1'
|
||||
classpath 'com.android.tools.build:gradle:2.3.3'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue