Skip to content

Commit

Permalink
Merge pull request #24 from Divinelink/techdept/update-compose
Browse files Browse the repository at this point in the history
Update compose versioning & bottom sheet swipe animation
  • Loading branch information
Divinelink authored Aug 5, 2023
2 parents ed3f3bc + fa0f7ba commit 1ba0294
Show file tree
Hide file tree
Showing 19 changed files with 2,723 additions and 2,528 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[*.{kt,kts}]
indent_size = 2
insert_final_newline = true
disabled_rules=import-ordering
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'com.android.application'
id 'com.google.gms.google-services'
id 'com.google.firebase.crashlytics'
id 'com.google.devtools.ksp' version '1.8.10-1.0.9'
id 'com.google.devtools.ksp' version '1.8.21-1.0.11'
id 'org.jetbrains.kotlin.plugin.serialization'
id 'com.google.firebase.appdistribution'
}
Expand Down Expand Up @@ -73,7 +73,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.4.3"
kotlinCompilerExtensionVersion = "1.4.7"
}

android {
Expand Down
Loading

0 comments on commit 1ba0294

Please sign in to comment.