mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 11:03:10 -07:00
1.2.1
This commit is contained in:
parent
57d7f59338
commit
ce46610683
2 changed files with 3 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ android {
|
||||||
applicationId = "org.unifiedpush.distributor.sunup"
|
applicationId = "org.unifiedpush.distributor.sunup"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 11
|
versionCode = 12
|
||||||
versionName = "1.2.0"
|
versionName = "1.2.1"
|
||||||
|
|
||||||
// buildConfigField("String", "DEFAULT_API_URL", "\"http://10.0.2.2:8088\"")
|
// buildConfigField("String", "DEFAULT_API_URL", "\"http://10.0.2.2:8088\"")
|
||||||
buildConfigField("String", "DEFAULT_API_URL", "\"https://push.services.mozilla.com\"")
|
buildConfigField("String", "DEFAULT_API_URL", "\"https://push.services.mozilla.com\"")
|
||||||
|
|
|
||||||
1
fastlane/metadata/android/en-US/changelogs/12.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/12.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
- Fix existant registrations in DB
|
||||||
Loading…
Add table
Reference in a new issue