Skip to content

[All] Updating to Compose alpha07 #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ object Libs {
const val googleMaps = "com.google.android.libraries.maps:maps:3.1.0-beta"

object Accompanist {
private const val version = "0.3.3.compose-6961312-SNAPSHOT"
private const val version = "0.3.3.1"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
}

@@ -45,8 +45,8 @@ object Libs {

object AndroidX {
object Compose {
const val snapshot = "6961312"
const val version = "1.0.0-SNAPSHOT"
const val snapshot = ""
const val version = "1.0.0-alpha07"

const val runtime = "androidx.compose.runtime:runtime:$version"
const val runtimeLivedata = "androidx.compose.runtime:runtime-livedata:$version"
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ object Libs {
const val material = "com.google.android.material:material:1.1.0"

object Accompanist {
private const val version = "0.3.3.compose-6953474-SNAPSHOT"
private const val version = "0.3.3.1"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
const val insets = "dev.chrisbanes.accompanist:accompanist-insets:$version"
}
@@ -62,8 +62,8 @@ object Libs {
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha04"

object Compose {
private const val snapshot = "6953474"
const val version = "1.0.0-SNAPSHOT"
private const val snapshot = ""
const val version = "1.0.0-alpha07"

@get:JvmStatic
val snapshotUrl: String
Original file line number Diff line number Diff line change
@@ -47,8 +47,8 @@ object Libs {
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha01"

object Compose {
const val snapshot = "6964664"
const val version = "1.0.0-SNAPSHOT"
const val snapshot = ""
const val version = "1.0.0-alpha07"

const val foundation = "androidx.compose.foundation:foundation:$version"
const val layout = "androidx.compose.foundation:foundation-layout:$version"
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ object Libs {
const val junit = "junit:junit:4.13"

object Accompanist {
private const val version = "0.3.3.compose-6964664-SNAPSHOT"
private const val version = "0.3.3.1"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
}

@@ -47,8 +47,8 @@ object Libs {
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha04"

object Compose {
const val snapshot = "6964664"
const val version = "1.0.0-SNAPSHOT"
const val snapshot = ""
const val version = "1.0.0-alpha07"

const val foundation = "androidx.compose.foundation:foundation:${version}"
const val layout = "androidx.compose.foundation:foundation-layout:${version}"
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ object Libs {
const val material = "com.google.android.material:material:1.1.0"

object Accompanist {
private const val version = "0.3.3.compose-6961312-SNAPSHOT"
private const val version = "0.3.3.1"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
}

@@ -45,8 +45,8 @@ object Libs {
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha01"

object Compose {
const val snapshot = "6961312"
const val version = "1.0.0-SNAPSHOT"
const val snapshot = ""
const val version = "1.0.0-alpha07"

@get:JvmStatic
val snapshotUrl: String
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ object Libs {
const val junit = "junit:junit:4.13"

object Accompanist {
private const val version = "0.3.3.compose-6953474-SNAPSHOT"
private const val version = "0.3.3.1"
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
const val insets = "dev.chrisbanes.accompanist:accompanist-insets:$version"
}
@@ -48,8 +48,8 @@ object Libs {
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha04"

object Compose {
const val snapshot = "6953474"
const val version = "1.0.0-SNAPSHOT"
const val snapshot = ""
const val version = "1.0.0-alpha07"

const val runtime = "androidx.compose.runtime:runtime:$version"
const val foundation = "androidx.compose.foundation:foundation:$version"
Original file line number Diff line number Diff line change
@@ -47,8 +47,8 @@ object Libs {
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha02"

object Compose {
const val snapshot = "6964664"
const val version = "1.0.0-SNAPSHOT"
const val snapshot = ""
const val version = "1.0.0-alpha07"

const val core = "androidx.compose.ui:ui:$version"
const val foundation = "androidx.compose.foundation:foundation:$version"