Upstream and add semantic versioning

This commit is contained in:
LooKeR 2021-10-13 07:33:38 +05:30 committed by GitHub
parent c1fc08eac6
commit 7d0e137d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,8 @@ android {
applicationId 'com.looker.droidify' applicationId 'com.looker.droidify'
minSdk 21 minSdk 21
targetSdk 31 targetSdk 31
versionCode 3 versionCode 31
versionName '0.3' versionName '0.3.1'
} }
sourceSets.all { sourceSets.all {