Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed May 17, 2020
1 parent e664fdb commit 69c0f68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Frames.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object Frames {
const val appId = "dev.jahir.frames.app"
const val version = 328
const val versionName = "3.2.8"
const val version = 329
const val versionName = "3.2.9"
}
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Versions {
const val jitpack = "2.1"

// OneSignal
const val oneSignalPlugin = "0.12.6"
const val oneSignalPlugin = "0.12.7"
const val oneSignal = "3.13.2"

// App
Expand Down Expand Up @@ -43,7 +43,7 @@ object Versions {
const val retrofit = "2.8.1"

// Image loading and Touch Image View
const val coil = "0.10.1"
const val coil = "0.11.0"
const val touchImageView = "3.0.2"

// Harmonic Colors
Expand Down

0 comments on commit 69c0f68

Please sign in to comment.