Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Sep 6, 2022
1 parent f58b626 commit 6594bdc
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 @@ -25,7 +25,7 @@ allprojects {
}
dependencies {
implementation 'com.github.KevinSchildhorn:OTPView:0.2.2'
implementation 'com.github.KevinSchildhorn:OTPView:0.2.5'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ task clean(type: Delete) {
}

project.ext {
versionCode = 23
versionName = "0.2.3"
versionCode = 25
versionName = "0.2.5"
}

0 comments on commit 6594bdc

Please sign in to comment.