hotfix: fix versioning

I messed it up on the last update... I mistakenly changed it to 1.4 and
committed. When I installed the update locally I realized the problem
and changed it back locally, but not in this repository..
This commit is contained in:
Peter Cai 2018-10-09 06:22:58 +00:00
parent 167c4ad46b
commit a4a4bdd6a5

View file

@ -8,7 +8,7 @@ android {
minSdkVersion 24
targetSdkVersion 28
versionCode 9
versionName "1.4"
versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {