Skip to content

Commit a9aaf98

Browse files
committed
save stream filters
1 parent 5dd2038 commit a9aaf98

33 files changed

+1284
-537
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
minSdk = 21
3131
targetSdk = 36
3232
versionCode = 121
33-
versionName = "2.49.2"
33+
versionName = "2.50.0"
3434
}
3535

3636
buildTypes {
@@ -71,6 +71,7 @@ android {
7171
"androidx.room:room-compiler:2.8.0-rc01",
7272
"androidx.room:room-paging:2.8.0-rc01",
7373
"androidx.room:room-runtime:2.8.0-rc01",
74+
"androidx.work:work-runtime:2.10.5",
7475
"org.chromium.net:cronet-api:119.6045.31",
7576
))
7677
}

0 commit comments

Comments
 (0)