Bump version to 0.1.1
Fix push notifications: PUSH_GATEWAY_URL was empty in v0.1.0 because it was externalized to BuildConfig before android-signing-env exported it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
863cbb6b79
commit
e4e960024d
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ android {
|
|||
applicationId = "com.ltadeu6.matrix"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 1
|
||||
versionName = "0.1.0"
|
||||
versionCode = 2
|
||||
versionName = "0.1.1"
|
||||
buildConfigField("String", "PUSH_GATEWAY_URL",
|
||||
"\"${System.getenv("PUSH_GATEWAY_URL") ?: ""}\"")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue