Skip to content

Commit

Permalink
0.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gmathi committed Apr 24, 2021
1 parent dd4c009 commit 42aab60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ keystore.properties
# Files created by gradle on build
app/src/main/assets/translations.json
app/normal/release/*
.DS_Store
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
multiDexEnabled true
versionCode 102
versionName "0.18.5.beta"
versionCode 103
versionName "0.18.6.beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 42aab60

Please sign in to comment.