diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0df5d18 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## VERSION 1.0.1 +_25_11_2019_ +* Fixed redirect urls. + +## VERSION 1.0.0 +_20_11_2019_ +* First release. \ No newline at end of file diff --git a/buildSrc/src/main/java/Versions.kt b/buildSrc/src/main/java/Versions.kt index 33f8441..20db402 100644 --- a/buildSrc/src/main/java/Versions.kt +++ b/buildSrc/src/main/java/Versions.kt @@ -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 @@ -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" } \ No newline at end of file