mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 11:03:10 -07:00
Compare commits
2 commits
08168775ef
...
7fc146a742
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fc146a742 | |||
| a6654cc4c4 |
5 changed files with 10 additions and 6 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
1.2.0
|
1.2.1
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,8 @@ android {
|
||||||
applicationId = "app.lonecloud.prism"
|
applicationId = "app.lonecloud.prism"
|
||||||
minSdk = 31
|
minSdk = 31
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 10200
|
versionCode = 10201
|
||||||
versionName = "1.2.0"
|
versionName = "1.2.1"
|
||||||
|
|
||||||
buildConfigField("String", "DEFAULT_API_URL", "\"https://push.services.mozilla.com\"")
|
buildConfigField("String", "DEFAULT_API_URL", "\"https://push.services.mozilla.com\"")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@android:style/Theme.Material.NoActionBar"
|
android:theme="@android:style/Theme.Material.NoActionBar"
|
||||||
|
android:memtagMode="async"
|
||||||
android:networkSecurityConfig="@xml/network_security_config">
|
android:networkSecurityConfig="@xml/network_security_config">
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.startup.InitializationProvider"
|
android:name="androidx.startup.InitializationProvider"
|
||||||
|
|
|
||||||
3
fastlane/metadata/android/en-US/changelogs/10201.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/10201.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
- allow app memmory tagging if the device supports it
|
||||||
|
- pulling in the latest UnifiedPush distributor bug fixes
|
||||||
|
- other minor dependency upgrades
|
||||||
|
|
@ -9,11 +9,11 @@ kotlinx_serializationJson = "1.11.0"
|
||||||
ktlint = "14.2.0"
|
ktlint = "14.2.0"
|
||||||
material3Android = "1.4.0"
|
material3Android = "1.4.0"
|
||||||
materialIconsCore = "1.7.8"
|
materialIconsCore = "1.7.8"
|
||||||
navigationCompose = "2.9.7"
|
navigationCompose = "2.9.8"
|
||||||
okhttp = "5.3.2"
|
okhttp = "5.3.2"
|
||||||
tink = "1.21.0"
|
tink = "1.21.0"
|
||||||
uiTooling = "1.10.6"
|
uiTooling = "1.11.0"
|
||||||
unifiedpush_distributor = "0.7.4"
|
unifiedpush_distributor = "0.7.5"
|
||||||
unifiedpush_distributor_base = "0.7.3"
|
unifiedpush_distributor_base = "0.7.3"
|
||||||
version-catalog-update = "1.1.0"
|
version-catalog-update = "1.1.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue