mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-31 00:45:00 +01:00
updated version
This commit is contained in:
parent
344136e7bd
commit
593027bad0
@ -10,7 +10,7 @@ android {
|
||||
applicationId "org.mariotaku.twidere"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 22
|
||||
versionCode 99
|
||||
versionCode 100
|
||||
versionName "0.3.0"
|
||||
multiDexEnabled true
|
||||
}
|
||||
@ -39,6 +39,10 @@ android {
|
||||
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm")
|
||||
versionNameSuffix String.format(" (dev %s)", format.format(new Date()))
|
||||
}
|
||||
release {
|
||||
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd")
|
||||
versionNameSuffix String.format(" (dev %s)", format.format(new Date()))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user