mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
0.2.2
This commit is contained in:
parent
d7dd2f8239
commit
467fd3d87e
2 changed files with 4 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ android {
|
|||
applicationId = "org.unifiedpush.distributor.sunup"
|
||||
minSdk = 24
|
||||
targetSdk = 35
|
||||
versionCode = 3
|
||||
versionName = "0.2.1"
|
||||
versionCode = 4
|
||||
versionName = "0.2.2"
|
||||
|
||||
// buildConfigField("String", "DEFAULT_API_URL", "\"http://10.0.2.2:8088\"")
|
||||
buildConfigField("String", "DEFAULT_API_URL", "\"https://push.services.mozilla.com\"")
|
||||
|
|
|
|||
2
fastlane/metadata/android/en-US/changelogs/4.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/4.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
- Finish es translation
|
||||
- Delay 2 secs before restarting service
|
||||
Loading…
Add table
Reference in a new issue