Skip to content

Commit

Permalink
[All] Update to snapshot 7262094.
Browse files Browse the repository at this point in the history
Change-Id: I311971499ec59098f7d61e7909459ef444e12ab0
  • Loading branch information
nickbutcher committed Apr 7, 2021
1 parent 1439f6a commit 303a17c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Libs {
}

object Accompanist {
private const val version = "0.7.1.compose-7249939-SNAPSHOT"
private const val version = "0.7.1.compose-7262094-SNAPSHOT"
const val coil = "com.google.accompanist:accompanist-coil:$version"
}

Expand All @@ -55,7 +55,7 @@ object Libs {
const val appcompat = "androidx.appcompat:appcompat:1.3.0-rc01"

object Compose {
const val snapshot = "7249939"
const val snapshot = "7262094"
private const val version = "1.0.0-SNAPSHOT"

const val runtime = "androidx.compose.runtime:runtime:$version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Libs {
const val material = "com.google.android.material:material:1.3.0"

object Accompanist {
private const val version = "0.7.1.compose-7249939-SNAPSHOT"
private const val version = "0.7.1.compose-7262094-SNAPSHOT"
const val coil = "com.google.accompanist:accompanist-coil:$version"
const val insets = "com.google.accompanist:accompanist-insets:$version"
const val pager = "com.google.accompanist:accompanist-pager:$version"
Expand Down Expand Up @@ -73,7 +73,7 @@ object Libs {
}

object Compose {
private const val snapshot = "7249939"
private const val snapshot = "7262094"
private const val version = "1.0.0-SNAPSHOT"

@get:JvmStatic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object Libs {
}

object Accompanist {
private const val version = "0.7.1.compose-7249939-SNAPSHOT"
private const val version = "0.7.1.compose-7262094-SNAPSHOT"
const val insets = "com.google.accompanist:accompanist-insets:$version"
}

Expand All @@ -56,7 +56,7 @@ object Libs {
}

object Compose {
const val snapshot = "7249939"
const val snapshot = "7262094"
const val version = "1.0.0-SNAPSHOT"

const val foundation = "androidx.compose.foundation:foundation:$version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Libs {
const val androidGradlePlugin = "com.android.tools.build:gradle:7.0.0-alpha12"

object Accompanist {
const val version = "0.7.1.compose-7249939-SNAPSHOT"
const val version = "0.7.1.compose-7262094-SNAPSHOT"
const val coil = "com.google.accompanist:accompanist-coil:$version"
const val insets = "com.google.accompanist:accompanist-insets:$version"
}
Expand All @@ -47,7 +47,7 @@ object Libs {
const val coreKtx = "androidx.core:core-ktx:1.6.0-alpha01"

object Compose {
const val snapshot = "7249939"
const val snapshot = "7262094"
const val version = "1.0.0-SNAPSHOT"

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

object Accompanist {
private const val version = "0.7.1.compose-7249939-SNAPSHOT"
private const val version = "0.7.1.compose-7262094-SNAPSHOT"
const val coil = "com.google.accompanist:accompanist-coil:$version"
}

Expand Down Expand Up @@ -62,7 +62,7 @@ object Libs {
}

object Compose {
const val snapshot = "7249939"
const val snapshot = "7262094"
const val version = "1.0.0-SNAPSHOT"

@get:JvmStatic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Libs {
const val androidGradlePlugin = "com.android.tools.build:gradle:7.0.0-alpha12"

object Accompanist {
const val version = "0.7.1.compose-7249939-SNAPSHOT"
const val version = "0.7.1.compose-7262094-SNAPSHOT"
const val coil = "com.google.accompanist:accompanist-coil:$version"
const val insets = "com.google.accompanist:accompanist-insets:$version"
}
Expand All @@ -50,10 +50,10 @@ object Libs {

object AndroidX {
const val coreKtx = "androidx.core:core-ktx:1.6.0-alpha01"
const val navigation = "androidx.navigation:navigation-compose:1.0.0-alpha08"
const val navigation = "androidx.navigation:navigation-compose:1.0.0-SNAPSHOT"

object Compose {
const val snapshot = "7249939"
const val snapshot = "7262094"
const val version = "1.0.0-SNAPSHOT"

const val animation = "androidx.compose.animation:animation:$version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object Libs {
}

object Compose {
const val snapshot = "7249939"
const val snapshot = "7262094"
const val version = "1.0.0-SNAPSHOT"

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

0 comments on commit 303a17c

Please sign in to comment.