mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
1.1.0
This commit is contained in:
parent
bc6c74ea1d
commit
abc8d1feda
2 changed files with 6 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ android {
|
||||||
applicationId = "org.unifiedpush.distributor.sunup"
|
applicationId = "org.unifiedpush.distributor.sunup"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 9
|
versionCode = 10
|
||||||
versionName = "1.0.4"
|
versionName = "1.1.0"
|
||||||
|
|
||||||
// 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\"")
|
||||||
|
|
|
||||||
4
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
- Save registration description
|
||||||
|
- Improve network callback
|
||||||
|
- Ensure the RaiseToForeground service is bound before sending push msg
|
||||||
|
- Update et translation
|
||||||
Loading…
Add table
Reference in a new issue