Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojtowicz-rg authored Oct 30, 2020
1 parent 95ebf4e commit 9405a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ allprojects {
}

ext {
sdk = 28
sdk = 29
minSdk = 14

github = 'https://github.com/florent37/SingleDateAndTimePicker'

libraryGroup = 'com.github.florent37'
libraryName = 'singledateandtimepicker'
libraryVersion = "2.2.8"
libraryVersion = "2.3.1"
libraryDescription = 'SingleDateAndTimePicker'
}

0 comments on commit 9405a22

Please sign in to comment.