mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
bump
This commit is contained in:
parent
bff9727f96
commit
0d2a19b350
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ android {
|
|||
minSdk = 21
|
||||
targetSdk = 33
|
||||
|
||||
versionCode = 60
|
||||
versionName = "4.1.9"
|
||||
versionCode = 61
|
||||
versionName = "4.1.10"
|
||||
|
||||
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
|
||||
resValue("string", "commit_hash", "git rev-parse --short HEAD".execute() ?: "")
|
||||
|
|
Loading…
Reference in a new issue