mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Merge tag '2021-07-09' into develop
Tagging version 2021-07-09 2021-07-09
This commit is contained in:
commit
fd5fe825e9
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
ext.versionMajor = 0
|
||||
ext.versionMinor = 0
|
||||
ext.versionPatch = 20210513
|
||||
ext.versionMinor = 10
|
||||
ext.versionPatch = 20210709
|
||||
ext.versionClassifier = null
|
||||
ext.isSnapshot = false
|
||||
ext.isSnapshot = true
|
||||
ext.minimumSdkVersion = defaultMinSdkVersion
|
||||
ext.git_version= ("git rev-parse --short HEAD".execute().text.trim())
|
||||
|
||||
|
|
Loading…
Reference in a new issue