Skip to content

Commit 6e556e8

Browse files
committed
Set version to 0.2.1
1 parent 5fb2de7 commit 6e556e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
}
1818

1919
group = "io.github.koalaplot"
20-
version = "0.2.0"
20+
version = "0.2.1"
2121

2222
kotlin {
2323
jvm()
@@ -112,7 +112,7 @@ android {
112112
defaultConfig {
113113
applicationId = "io.github.koalaplot.sample.android"
114114
minSdk = 24
115-
targetSdk = 30
115+
targetSdk = 31
116116
versionCode = 1
117117
versionName = "1.0"
118118
}

0 commit comments

Comments
 (0)