Browse Source

Set to version 0.5.16.1

master
jahway603 4 years ago
parent
commit
35c6ea2ac3
  1. 3
      app/build.gradle

3
app/build.gradle

@ -18,7 +18,7 @@ android {
targetSdkVersion Deps.targetSdkVersion
multiDexEnabled true
versionCode 5
versionName "0.5.17"
versionName "0.5.16.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
@ -86,7 +86,6 @@ dependencies {
implementation 'com.google.android.gms:play-services-vision:17.0.2'
implementation 'com.github.joshjdevl.libsodiumjni:libsodium-jni-aar:2.0.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19'
//implementation 'com.journeyapps:zxing-android-embedded:3.6.0'
implementation 'com.journeyapps:zxing-android-embedded:3.6.0@aar'
implementation 'com.google.zxing:core:3.3.0'
testImplementation 'junit:junit:4.12'

Loading…
Cancel
Save