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:
bors[bot] 2021-03-10 04:18:35 +00:00 committed by GitHub
commit 23c4ca5d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -30,6 +30,8 @@ class LobstersRepository constructor(
return@withContext lobstersApi.getHottestPosts(page)
}
// https://issuetracker.google.com/issues/181221325
@Suppress("NewApi")
suspend fun updateCache() {
if (_isCacheReady.value) return
val posts = getSavedPosts()

View file

@ -6,8 +6,8 @@
private const val DAGGER_HILT_VERSION = "2.33-beta"
object Plugins {
const val android = "com.android.tools.build:gradle:7.0.0-alpha08"
const val lintModel = "com.android.tools.lint:lint-model:30.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-alpha09"
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 jsemver = "com.github.zafarkhaja:java-semver:0.9.0"