Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
Fixes #92
  • Loading branch information
Kamuno committed Jun 30, 2022
1 parent 2aa2629 commit cb2ef18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 17
targetSdkVersion 32
multiDexEnabled true
versionCode 24
versionName "4.0.0"
versionCode 25
versionName "4.0.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildFeatures.dataBinding = true
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit cb2ef18

Please sign in to comment.