mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
First outside release
This commit is contained in:
parent
9bec30327e
commit
1b692135a6
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
//noinspection GradleCompatible
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
ext.versionMajor = 1
|
||||
ext.versionMinor = 2
|
||||
ext.versionPatch = 3
|
||||
ext.versionMajor = 0
|
||||
ext.versionMinor = 0
|
||||
ext.versionPatch = 20210406
|
||||
ext.versionClassifier = null
|
||||
ext.isSnapshot = true
|
||||
ext.isSnapshot = false
|
||||
ext.minimumSdkVersion = 28
|
||||
ext.git_version= ("git rev-parse --short HEAD".execute().text.trim())
|
||||
|
||||
|
|
Loading…
Reference in a new issue