mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Change versionPatch
This commit is contained in:
parent
ac94daf0e6
commit
8ddbf6031d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
ext.versionMajor = 0
|
||||
ext.versionMinor = 60
|
||||
ext.versionPatch = 20211115
|
||||
ext.versionMinor = 65
|
||||
ext.versionPatch = 20211204
|
||||
ext.versionClassifier = null
|
||||
ext.isSnapshot = false
|
||||
ext.minimumSdkVersion = defaultMinSdkVersion
|
||||
|
|
Loading…
Reference in a new issue