mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-04 04:04:44 -07:00
Compare commits
No commits in common. "7fc146a7429e83a22d9943cc2c3cbfc726b9dc66" and "08168775ef11a7d2f0774f5f2d2dfe6e340f664d" have entirely different histories.
7fc146a742
...
08168775ef
5 changed files with 6 additions and 10 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.2.1
|
||||
1.2.0
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ android {
|
|||
applicationId = "app.lonecloud.prism"
|
||||
minSdk = 31
|
||||
targetSdk = 36
|
||||
versionCode = 10201
|
||||
versionName = "1.2.1"
|
||||
versionCode = 10200
|
||||
versionName = "1.2.0"
|
||||
|
||||
buildConfigField("String", "DEFAULT_API_URL", "\"https://push.services.mozilla.com\"")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@android:style/Theme.Material.NoActionBar"
|
||||
android:memtagMode="async"
|
||||
android:networkSecurityConfig="@xml/network_security_config">
|
||||
<provider
|
||||
android:name="androidx.startup.InitializationProvider"
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
- 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"
|
||||
material3Android = "1.4.0"
|
||||
materialIconsCore = "1.7.8"
|
||||
navigationCompose = "2.9.8"
|
||||
navigationCompose = "2.9.7"
|
||||
okhttp = "5.3.2"
|
||||
tink = "1.21.0"
|
||||
uiTooling = "1.11.0"
|
||||
unifiedpush_distributor = "0.7.5"
|
||||
uiTooling = "1.10.6"
|
||||
unifiedpush_distributor = "0.7.4"
|
||||
unifiedpush_distributor_base = "0.7.3"
|
||||
version-catalog-update = "1.1.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue