Skip to content

Commit

Permalink
Bump SDK version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
keiji committed Mar 23, 2024
1 parent 89fa0d9 commit 80e021c
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 80e021c

Please sign in to comment.