build: update AndroidX, Compose and Accompanist

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-25 03:22:32 +05:30
parent 659676adc2
commit a42012a958
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import coil.transform.CircleCropTransformation
import com.star_zero.compose.flowlayout.FlowLayout
import dev.chrisbanes.accompanist.coil.CoilImage
import com.google.accompanist.coil.CoilImage
import dev.msfjarvis.lobsters.R
import dev.msfjarvis.lobsters.data.api.LobstersApi
import dev.msfjarvis.lobsters.data.local.SavedPost

View file

@ -16,7 +16,7 @@ object Plugins {
}
object Dependencies {
const val COMPOSE_VERSION = "1.0.0-beta02"
const val COMPOSE_VERSION = "1.0.0-beta03"
object Kotlin {
@ -31,14 +31,14 @@ object Dependencies {
object AndroidX {
const val appCompat = "androidx.appcompat:appcompat:1.3.0-beta01"
const val appCompat = "androidx.appcompat:appcompat:1.3.0-rc01"
const val browser = "androidx.browser:browser:1.3.0"
const val coreLibraryDesugaring = "com.android.tools:desugar_jdk_libs:1.0.10"
const val datastore = "androidx.datastore:datastore-preferences:1.0.0-alpha08"
object Compose {
const val activity = "androidx.activity:activity-compose:1.3.0-alpha04"
const val activity = "androidx.activity:activity-compose:1.3.0-alpha05"
const val compiler = "androidx.compose.compiler:compiler:$COMPOSE_VERSION"
const val foundation = "androidx.compose.foundation:foundation:$COMPOSE_VERSION"
const val foundationLayout = "androidx.compose.foundation:foundation-layout:$COMPOSE_VERSION"
@ -59,7 +59,7 @@ object Dependencies {
object Lifecycle {
private const val version = "2.3.0"
private const val version = "2.4.0-alpha01"
const val runtimeKtx = "androidx.lifecycle:lifecycle-runtime-ktx:$version"
const val viewmodelKtx = "androidx.lifecycle:lifecycle-viewmodel-ktx:$version"
}
@ -67,7 +67,7 @@ object Dependencies {
object ThirdParty {
const val accompanist = "dev.chrisbanes.accompanist:accompanist-coil:0.6.2"
const val accompanist = "com.google.accompanist:accompanist-coil:0.7.0"
const val composeFlowLayout = "com.star-zero:compose-flowlayout:0.0.1"
const val kamel = "com.alialbaali.kamel:kamel-image:0.2.0"
const val pullToRefresh = "com.puculek.pulltorefresh:pull-to-refresh-compose:1.0.1"