Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Update build tools and dependencies (fixes #1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Dec 26, 2017
1 parent 531f1c4 commit b59f2b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ dependencies {
implementation 'com.google.zxing:android-integration:3.3.0'
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'org.mindrot:jbcrypt:0.4'
implementation 'com.google.guava:guava:23.5-android'
implementation 'com.google.guava:guava:23.6-android'
implementation 'com.annimon:stream:1.1.9'
implementation 'com.android.volley:volley:1.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation "com.google.dagger:dagger:2.13"
annotationProcessor "com.google.dagger:dagger-compiler:2.13"
implementation "com.google.dagger:dagger:2.14.1"
annotationProcessor "com.google.dagger:dagger-compiler:2.14.1"
androidTestImplementation 'com.android.support.test:rules:1.0.1'
androidTestImplementation 'com.android.support:support-annotations:27.0.2'
}

android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
buildToolsVersion "27.0.2"
buildTypes.debug.applicationIdSuffix ".debug"
dataBinding.enabled = true

Expand Down

0 comments on commit b59f2b4

Please sign in to comment.