Skip to content

Commit

Permalink
Merge pull request #44 from keiji/bump_sdk_version
Browse files Browse the repository at this point in the history
Bump SDK version to 0.3.3
  • Loading branch information
keiji authored Mar 23, 2024
2 parents 89fa0d9 + 80e021c commit 858191f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ To add TLV-KSP to your project, include the following in your app module build.g

```
dependencies {
implementation("dev.keiji.tlv:tlv:0.3.2")
ksp("dev.keiji.tlv:tlv-ksp:0.3.2")
implementation("dev.keiji.tlv:tlv:0.3.3")
ksp("dev.keiji.tlv:tlv-ksp:0.3.3")
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ if (sonatypePropertiesFile.exists()) {

ext {
groupId = 'dev.keiji.tlv'
versionCode = '0.3.2'
// versionCode = '0.3.2-SNAPSHOT'
versionCode = '0.3.3'
// versionCode = '0.3.3-SNAPSHOT'

sonatypeUsername = sonaTypeProps.get('sonatypeUsername') ?: ""
sonatypePassword = sonaTypeProps.get('sonatypePassword') ?: ""
Expand Down

0 comments on commit 858191f

Please sign in to comment.