Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Jan 23, 2024
1 parent 1e7754b commit f346e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ information.
```gradle
dependencies {
// ...
implementation 'com.github.helikon-labs:subvt-data-android:0.22.3'
implementation 'com.github.helikon-labs:subvt-data-android:0.22.4'
// ...
}
```
Expand Down
4 changes: 2 additions & 2 deletions subvt-data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
defaultConfig {
minSdk 24
targetSdk 34
versionCode 223
versionName "0.22.3"
versionCode 224
versionName "0.22.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit f346e2f

Please sign in to comment.