Skip to content

Commit 05f412d

Browse files
committed
Release : 1.1.1
1 parent 77679ea commit 05f412d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
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

timepicker/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
android {
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")

0 commit comments

Comments
 (0)