mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
Merge #146
146: Update to AGP 7.0.0-alpha09 r=msfjarvis a=msfjarvis bors r+ Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
commit
23c4ca5d3f
2 changed files with 4 additions and 2 deletions
|
@ -30,6 +30,8 @@ class LobstersRepository constructor(
|
||||||
return@withContext lobstersApi.getHottestPosts(page)
|
return@withContext lobstersApi.getHottestPosts(page)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://issuetracker.google.com/issues/181221325
|
||||||
|
@Suppress("NewApi")
|
||||||
suspend fun updateCache() {
|
suspend fun updateCache() {
|
||||||
if (_isCacheReady.value) return
|
if (_isCacheReady.value) return
|
||||||
val posts = getSavedPosts()
|
val posts = getSavedPosts()
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
private const val DAGGER_HILT_VERSION = "2.33-beta"
|
private const val DAGGER_HILT_VERSION = "2.33-beta"
|
||||||
|
|
||||||
object Plugins {
|
object Plugins {
|
||||||
const val android = "com.android.tools.build:gradle:7.0.0-alpha08"
|
const val android = "com.android.tools.build:gradle:7.0.0-alpha09"
|
||||||
const val lintModel = "com.android.tools.lint:lint-model:30.0.0-alpha08"
|
const val lintModel = "com.android.tools.lint:lint-model:30.0.0-alpha09"
|
||||||
const val hilt = "com.google.dagger:hilt-android-gradle-plugin:${DAGGER_HILT_VERSION}"
|
const val hilt = "com.google.dagger:hilt-android-gradle-plugin:${DAGGER_HILT_VERSION}"
|
||||||
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30"
|
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30"
|
||||||
const val jsemver = "com.github.zafarkhaja:java-semver:0.9.0"
|
const val jsemver = "com.github.zafarkhaja:java-semver:0.9.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue