mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 11:03:10 -07:00
1.3.0-rc1
This commit is contained in:
parent
3773aa65eb
commit
355ca31b13
2 changed files with 5 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ android {
|
||||||
applicationId = "org.unifiedpush.distributor.sunup"
|
applicationId = "org.unifiedpush.distributor.sunup"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 15
|
versionCode = 16
|
||||||
versionName = "1.2.3"
|
versionName = "1.3.0-rc1"
|
||||||
|
|
||||||
// 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\"")
|
||||||
|
|
|
||||||
3
fastlane/metadata/android/en-US/changelogs/16.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/16.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
- Use different processes for the UI and the service
|
||||||
|
- Update ar translations
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue