mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 11:03:10 -07:00
1.0.2
This commit is contained in:
parent
e5016baca0
commit
cbe693d456
2 changed files with 5 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ android {
|
|||
applicationId = "org.unifiedpush.distributor.sunup"
|
||||
minSdk = 24
|
||||
targetSdk = 35
|
||||
versionCode = 6
|
||||
versionName = "1.0.1"
|
||||
versionCode = 7
|
||||
versionName = "1.0.2"
|
||||
|
||||
// buildConfigField("String", "DEFAULT_API_URL", "\"http://10.0.2.2:8088\"")
|
||||
buildConfigField("String", "DEFAULT_API_URL", "\"https://push.services.mozilla.com\"")
|
||||
|
|
|
|||
3
fastlane/metadata/android/en-US/changelogs/7.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/7.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
- Fix a crash when listing an uninstalled app
|
||||
- Improve UI
|
||||
- Add pt-rBR translation
|
||||
Loading…
Add table
Reference in a new issue