Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
guchito9 committed Jan 20, 2022
1 parent b1b1ebd commit 1ce7035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## VERSION 1.1.1
_XX_08_2020_
* No changes from 1.0.5

## VERSION 1.0.5
_14_05_2020_
* Fix strict mode violation error
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {

const val versionToDeploy = "1.0.5"
const val versionToDeploy = "1.1.1"

const val compileSdkVersion = 28
const val minSdkVersion = 19
Expand All @@ -13,4 +13,4 @@ object Versions {
const val okHttp = "3.11.0"
const val picasso = "2.5.2"
const val picassoTestApp = "2.71828"
}
}

0 comments on commit 1ce7035

Please sign in to comment.