Skip to content

Commit

Permalink
Version change to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsiogas4 committed Feb 17, 2022
1 parent 67d3cff commit 11714bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ maven { url 'https://jitpack.io' }
dependencies {
implementation 'com.github.ptsiogas4.secureBoxHelper:securebox:1.2.1'
implementation 'com.github.ptsiogas4.secureBoxHelper:securebox:1.3.0'
}
Expand Down Expand Up @@ -69,7 +69,7 @@ ptsiogas - <a href='javascript:'>ptsiogas@gmail.com</a>

## License

Copyright [2019] ptsiogas
Copyright [2022] ptsiogas



Expand Down
2 changes: 1 addition & 1 deletion securebox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
minSdkVersion configMinSdkVersion
targetSdkVersion configTargetSdkVersion
versionCode 2111180
versionName "1.2.1"
versionName "1.3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 11714bd

Please sign in to comment.