Skip to content

Commit

Permalink
Bump version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelWuensch committed Jul 16, 2023
1 parent ff63290 commit 2199833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "app.michaelwuensch.bitbanana"
minSdkVersion 24
targetSdkVersion 33
versionCode 46
versionName "0.6.4"
versionCode 47
versionName "0.6.5"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "bitbanana-" + versionName + "_" + versionCode)
Expand Down Expand Up @@ -125,7 +125,7 @@ dependencies {
implementation('com.journeyapps:zxing-android-embedded:4.3.0')

// QR-Code generator:
implementation 'com.github.alexzhirkevich:custom-qr-generator:2.0.0-alpha01'//1.6.2'
implementation 'com.github.alexzhirkevich:custom-qr-generator:2.0.0-alpha01'

// Library to restart app
implementation 'com.jakewharton:process-phoenix:2.1.2'
Expand Down

0 comments on commit 2199833

Please sign in to comment.