Update dependencies
This commit is contained in:
parent
98fc75b19e
commit
711e9c11ee
2 changed files with 2 additions and 4 deletions
|
@ -1,13 +1,11 @@
|
|||
package it.vfsfitvnm.reordering
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import androidx.compose.foundation.gestures.Orientation
|
||||
import androidx.compose.foundation.layout.offset
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.unit.IntOffset
|
||||
import androidx.compose.ui.zIndex
|
||||
|
||||
@SuppressLint("UnnecessaryComposedModifier")
|
||||
fun Modifier.draggedItem(
|
||||
reorderingState: ReorderingState,
|
||||
index: Int
|
||||
|
|
|
@ -17,7 +17,7 @@ dependencyResolutionManagement {
|
|||
|
||||
version("compose-compiler", "1.3.0")
|
||||
|
||||
version("compose", "1.3.0-alpha03")
|
||||
version("compose", "1.3.0-beta01")
|
||||
library("compose-foundation", "androidx.compose.foundation", "foundation").versionRef("compose")
|
||||
library("compose-ui", "androidx.compose.ui", "ui").versionRef("compose")
|
||||
library("compose-ui-util", "androidx.compose.ui", "ui-util").versionRef("compose")
|
||||
|
@ -27,7 +27,7 @@ dependencyResolutionManagement {
|
|||
|
||||
library("compose-activity", "androidx.activity", "activity-compose").version("1.5.1")
|
||||
|
||||
library("compose-coil", "io.coil-kt", "coil-compose").version("2.1.0")
|
||||
library("compose-coil", "io.coil-kt", "coil-compose").version("2.2.0")
|
||||
|
||||
version("room", "2.5.0-alpha02")
|
||||
library("room", "androidx.room", "room-ktx").versionRef("room")
|
||||
|
|
Loading…
Reference in a new issue