diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 61a9130..659bf43 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 62b6644..4015527 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -69,13 +69,14 @@
+
-
+
diff --git a/app/build.gradle b/app/build.gradle
index e3da14d..d105eac 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -53,26 +53,27 @@ dependencies {
implementation 'com.google.android.material:material:1.3.0'
// Android compose
- implementation 'androidx.compose.ui:ui:1.0.0-beta05'
+ implementation 'androidx.compose.ui:ui:1.0.0-beta06'
// Tooling support (Previews, etc.)
- implementation 'androidx.compose.ui:ui-tooling:1.0.0-beta05'
+ implementation 'androidx.compose.ui:ui-tooling:1.0.0-beta06'
// Foundation (Border, Background, Box, Image, Scroll, shapes, animations, etc.)
- implementation 'androidx.compose.foundation:foundation:1.0.0-beta05'
+ implementation 'androidx.compose.foundation:foundation:1.0.0-beta06'
// Material Design
- implementation 'androidx.compose.material:material:1.0.0-beta05'
+ implementation 'androidx.compose.material:material:1.0.0-beta06'
// Material design icons
- implementation 'androidx.compose.material:material-icons-core:1.0.0-beta05'
- implementation 'androidx.compose.material:material-icons-extended:1.0.0-beta05'
+ implementation 'androidx.compose.material:material-icons-core:1.0.0-beta06'
+ implementation 'androidx.compose.material:material-icons-extended:1.0.0-beta06'
// Integration with activities
implementation 'androidx.activity:activity-compose:1.3.0-alpha07'
// Integration with ViewModels
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha04'
// Integration with observables
- implementation 'androidx.compose.runtime:runtime-livedata:1.0.0-beta05'
- implementation 'androidx.compose.runtime:runtime-rxjava2:1.0.0-beta05'
+ implementation 'androidx.compose.runtime:runtime-livedata:1.0.0-beta06'
+ implementation 'androidx.compose.runtime:runtime-rxjava2:1.0.0-beta06'
// ConstraintLayout
- implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha05"
+ implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha06"
+ // Test
testImplementation 'junit:junit:4.13.2'
- androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.0.0-beta05"
+ androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.0.0-beta06"
}
\ No newline at end of file