Gradle wrapper and dependency versions bumped
This commit is contained in:
@ -41,6 +41,7 @@ ext.jabitVersion = 'feature-extended-encoding-SNAPSHOT'
|
||||
ext.supportVersion = '25.2.0'
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
compile "com.android.support:appcompat-v7:$supportVersion"
|
||||
compile "com.android.support:support-v4:$supportVersion"
|
||||
compile "com.android.support:design:$supportVersion"
|
||||
@ -64,19 +65,19 @@ dependencies {
|
||||
compile 'com.mikepenz:google-material-typeface:3.0.1.0.original@aar'
|
||||
compile 'com.mikepenz:community-material-typeface:1.8.36.1@aar'
|
||||
|
||||
compile 'com.journeyapps:zxing-android-embedded:3.3.0@aar'
|
||||
compile 'com.journeyapps:zxing-android-embedded:3.5.0@aar'
|
||||
compile 'com.google.zxing:core:3.3.0'
|
||||
compile 'io.github.yavski:fab-speed-dial:1.0.6'
|
||||
|
||||
compile 'io.github.yavski:fab-speed-dial:1.0.7'
|
||||
compile 'com.github.amlcurran.showcaseview:library:5.4.3'
|
||||
compile('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.10.4@aar') {
|
||||
transitive = true
|
||||
}
|
||||
compile 'com.github.angads25:filepicker:1.1.0'
|
||||
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
||||
compile 'org.solovyev.android.views:linear-layout-manager:0.5@aar'
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile 'org.mockito:mockito-core:2.7.19'
|
||||
testCompile 'org.mockito:mockito-core:2.7.21'
|
||||
}
|
||||
|
||||
idea.module {
|
||||
|
Reference in New Issue
Block a user