Skip to content

Commit e0e70e0

Browse files
authored
Reverts datastore dependency (#3990)
1 parent c5768d4 commit e0e70e0

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
([#3942](https://github.com/Automattic/pocket-casts-android/pull/3942))
1515
* Improve Accessibility on the Upgrade page
1616
([#3947](https://github.com/Automattic/pocket-casts-android/pull/3947))
17-
* Bug Fixes
18-
* Updates datastore dependency to prevent crashes
19-
([#3982](https://github.com/Automattic/pocket-casts-android/pull/3982)
2017

2118
7.88
2219
-----

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ dependencies {
7070
implementation(libs.coroutines.rx2)
7171
implementation(libs.dagger.hilt.android)
7272
implementation(libs.dagger.hilt.core)
73-
implementation(libs.datastore) // Force using the latest datastore version to stop the app crashing with Glance widgets. Glance and Horologist libraries both include this library. Pull request https://github.com/Automattic/pocket-casts-android/pull/3982.
7473
implementation(libs.encryptedlogging)
7574
implementation(libs.firebase.config)
7675
implementation(libs.fragment.ktx)

gradle/libs.versions.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ android-gradle-plugin = "8.9.2"
2121
billing = "7.0.0"
2222
coil = "2.7.0"
2323
compose = "2024.10.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
24-
datastore = "1.1.6"
2524
dependency-analysis = "2.17.0"
2625
firebase = "33.13.0"
2726
fragment = "1.8.6"
28-
glance = "1.1.1"
27+
glance = "1.0.0"
2928
google-services = "4.4.2"
3029
hilt = "2.56.2"
3130
hilt-compiler = "1.2.0"
@@ -108,9 +107,6 @@ hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt-co
108107
hilt-navigation-compose = "androidx.hilt:hilt-navigation-compose:1.2.0"
109108
hilt-work = "androidx.hilt:hilt-work:1.2.0"
110109

111-
# Datastore
112-
datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" }
113-
114110
# Firebase
115111
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebase" }
116112
firebase-analytics = { module = "com.google.firebase:firebase-analytics" }

wear/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ dependencies {
7373
implementation(libs.coroutines.rx2)
7474
implementation(libs.dagger.hilt.android)
7575
implementation(libs.dagger.hilt.core)
76-
implementation(libs.datastore)?.because("Force using the latest datastore version to stop the app crashing with Glance widgets. Glance and Horologist libraries both include this library. Pull request https://github.com/Automattic/pocket-casts-android/pull/3982.")
7776
implementation(libs.encryptedlogging)
7877
implementation(libs.firebase.config)
7978
implementation(libs.guava)

0 commit comments

Comments
 (0)