build: move app version to gradle.properties (#404)
This commit is contained in:
parent
6f7722d50b
commit
c437370a02
3 changed files with 9 additions and 8 deletions
|
|
@ -1,3 +1,8 @@
|
|||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
org.gradle.jvmargs=-Xmx8192m
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.1.7
|
||||
VERSION_CODE=10
|
||||
APP_ID=org.fossify.messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue