Skip to content

Commit

Permalink
Upgrade material components version
Browse files Browse the repository at this point in the history
  • Loading branch information
nominalista committed Sep 7, 2019
1 parent 1559919 commit bf8ac57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import android.app.Dialog
import android.os.Bundle
import android.widget.DatePicker
import androidx.fragment.app.DialogFragment
import com.google.android.material.picker.MaterialStyledDatePickerDialog
import com.google.android.material.datepicker.MaterialStyledDatePickerDialog
import java.util.*

class DateSelectionDialogFragment : DialogFragment(), DatePickerDialog.OnDateSetListener {
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
// Libraries
coroutinesVersion = '1.3.0'
jxlVersion = '2.6.12'
materialVersion = '1.1.0-alpha09'
materialVersion = '1.1.0-alpha10'
rxAndroidVersion = '2.1.1'
rxRelayVersion = '2.1.1'
threeTeenVersion = '1.2.1'
Expand Down

0 comments on commit bf8ac57

Please sign in to comment.