Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
guchito9 committed Nov 25, 2019
1 parent 61af69a commit 966403f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## VERSION 1.0.1
_25_11_2019_
* Fixed redirect urls.

## VERSION 1.0.0
_20_11_2019_
* First release.
3 changes: 1 addition & 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.0"
const val versionToDeploy = "1.0.1"

const val compileSdkVersion = 28
const val minSdkVersion = 19
Expand All @@ -10,7 +10,6 @@ object Versions {
const val appcompat = "28.0.0"
const val gradle = "3.5.1"
const val gradleKotlin = "1.3.50"
const val coreKtx = "1.1.0"
const val okHttp = "3.11.0"
const val picasso = "2.5.2"
}

0 comments on commit 966403f

Please sign in to comment.