File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ plugins {
66
77android {
88 namespace = " com.dongchyeon.timepicker"
9- compileSdk = 34
9+ compileSdk = 35
1010
1111 defaultConfig {
1212 applicationId = " com.dongchyeon.timepicker"
1313 minSdk = 24
14- targetSdk = 34
14+ targetSdk = 35
1515 versionCode = 1
1616 versionName = " 1.0"
1717
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99
1010android {
1111 namespace = " com.dongchyeon.timepicker"
12- compileSdk = 34
12+ compileSdk = 35
1313
1414 defaultConfig {
1515 minSdk = 24
@@ -59,7 +59,7 @@ mavenPublishing {
5959
6060 signAllPublications()
6161
62- coordinates(" io.github.dongchyeon" , " time-picker" , " 1.0 .1" )
62+ coordinates(" io.github.dongchyeon" , " time-picker" , " 1.1 .1" )
6363
6464 pom {
6565 name.set(" TimePicker" )
You can’t perform that action at this time.
0 commit comments