Skip to content

Commit

Permalink
Gsoc 2023 migrating calendar fragment to compose (#40)
Browse files Browse the repository at this point in the history
* Update for some issue In Deploy to Appetize

* removed Github Token from ci file

* Migrated fragment_elections.xml.xml to ElectionsScreen.kt in compose

* Migrated fragment_calendar_view_election.xml to CalendarScreen.kt in compose
  • Loading branch information
narendraanjana09 authored Aug 30, 2023
1 parent 5dd428b commit 15c57df
Show file tree
Hide file tree
Showing 12 changed files with 422 additions and 594 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ dependencies {
// coroutine
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutineVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesCoreVersion"
//horizontal calendar
implementation "devs.mulham.horizontalcalendar:horizontalcalendar:$calendarVersion"
//day view lib
implementation "com.linkedin.android.tachyon:tachyon:$tachyonVersion"
//picasso
implementation "com.squareup.picasso:picasso:$picassoVersion"
//timber
Expand Down Expand Up @@ -216,9 +212,13 @@ dependencies {
//extended Material Icons
implementation "androidx.compose.material:material-icons-extended:1.4.3"

//date and time picker
implementation "com.maxkeppeler.sheets-compose-dialogs:core:$rootProject.date_time_picker"
implementation "com.maxkeppeler.sheets-compose-dialogs:calendar:$rootProject.date_time_picker"

//for live data to state
implementation("androidx.compose.runtime:runtime-livedata:$rootProject.composeLiveData")

//for language change
implementation "com.github.YarikSOffice:lingver:$rootProject.languageLibrary"
}
}
Loading

0 comments on commit 15c57df

Please sign in to comment.