File tree Expand file tree Collapse file tree 4 files changed +9
-20
lines changed
src/main/java/com/gmail/orlandroyd/composecalendar
src/main/java/com/gmail/orlandroyd/calendar_example Expand file tree Collapse file tree 4 files changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -55,22 +55,8 @@ afterEvaluate {
5555 from(components[" release" ])
5656 groupId = " com.github.OrlanDroyd"
5757 artifactId = " ComposeCalendar"
58- version = " 1.0.6 "
58+ version = " 1.1.0 "
5959 }
6060 }
6161 }
62- }
63-
64- // publishing {
65- // publications {
66- // register<MavenPublication>("release") {
67- // groupId = "com.github.OrlanDroyd"
68- // artifactId = "ComposeCalendar"
69- // version = "1.0.3"
70- //
71- // afterEvaluate {
72- // from(components["release"])
73- // }
74- // }
75- // }
76- // }
62+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import java.util.Date
77import java.util.Locale
88
99@Composable
10- fun MonthYearPickerDialog (
10+ fun MonthYearPickerDlg (
1111 visible : Boolean ,
1212 textTile : String = "Fecha de caducidad",
1313 dialogColor : Color = Color (0xB1000000),
Original file line number Diff line number Diff line change @@ -68,5 +68,5 @@ dependencies {
6868 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
6969
7070 // Compose Calendar dependency
71- // implementation("com.github.OrlanDroyd:ComposeCalendar:1.0.6 ")
71+ // implementation("com.github.OrlanDroyd:ComposeCalendar:1.1.0 ")
7272}
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ import androidx.compose.ui.platform.LocalContext
2222import androidx.compose.ui.unit.dp
2323import com.gmail.orlandroyd.calendar_example.ui.theme.ComposeCalendarTheme
2424
25+ // import com.gmail.orlandroyd.composecalendar.DatePickerDlg
26+ // import com.gmail.orlandroyd.composecalendar.DateRangePickerDlg
27+ // import com.gmail.orlandroyd.composecalendar.MonthYearPickerDlg
28+ // import com.gmail.orlandroyd.composecalendar.util.getFullMonthTextDate
29+
2530class MainActivity : ComponentActivity () {
2631 override fun onCreate (savedInstanceState : Bundle ? ) {
2732 super .onCreate(savedInstanceState)
@@ -73,7 +78,6 @@ class MainActivity : ComponentActivity() {
7378 }
7479 }
7580
76-
7781 /*
7882 DatePickerDlg(
7983 visible = isVisibleDatePickerDialog,
@@ -116,7 +120,6 @@ class MainActivity : ComponentActivity() {
116120 }
117121 )
118122 */
119-
120123 }
121124 }
122125 }
You can’t perform that action at this time.
0 commit comments