mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
0.2.0
This commit is contained in:
parent
5f0d3ddd11
commit
9a599ac7d9
2 changed files with 4 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ android {
|
|||
applicationId = "org.unifiedpush.distributor.sunup"
|
||||
minSdk = 24
|
||||
targetSdk = 35
|
||||
versionCode = 1
|
||||
versionName = "0.1.0"
|
||||
versionCode = 2
|
||||
versionName = "0.2.0"
|
||||
|
||||
// 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/2.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/2.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
- Fix Pings
|
||||
- Bump dependencies
|
||||
Loading…
Add table
Reference in a new issue