Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Jan 25, 2024
1 parent 8ddd35b commit 7e39da3
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.5'
implementation 'com.github.helikon-labs:subvt-data-android:0.22.6'
// ...
}
```
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 225
versionName "0.22.5"
versionCode 226
versionName "0.22.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 7e39da3

Please sign in to comment.