Skip to content

Commit

Permalink
Release version 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
  • Loading branch information
saschpe committed Sep 12, 2024
1 parent 1c23bfb commit c5628d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repositories {
}

dependencies {
implementation("de.peilicke.sascha:android-versioninfo:2.2.0")
implementation("de.peilicke.sascha:android-versioninfo:2.3.0")
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
compileSdk = 34
minSdk = 21
targetSdk = 34
versionCode = 210020200
versionName = "2.2.0"
versionCode = 210020300
versionName = "2.3.0"
}

buildFeatures {
Expand Down
2 changes: 1 addition & 1 deletion versioninfo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ publishing {
register<MavenPublication>("mavenAndroid") {
artifactId = "android-versioninfo"
groupId = "de.peilicke.sascha"
version = "2.2.0"
version = "2.3.0"

afterEvaluate {
from(components["release"])
Expand Down

0 comments on commit c5628d3

Please sign in to comment.