Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Sep 25, 2018
1 parent 06a07d2 commit d0c96d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-rc03'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
}
Expand Down Expand Up @@ -64,7 +64,7 @@ android {

dependencies {
api 'com.google.zxing:core:3.3.3'
api 'androidx.annotation:annotation:1.0.0-rc02'
api 'androidx.annotation:annotation:1.0.0'
}

group = publishedGroupId
Expand Down

0 comments on commit d0c96d1

Please sign in to comment.