Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed May 25, 2020
1 parent 8417d07 commit b0f8b2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

object Versions {
// Plugins
const val gradle = "3.6.2"
const val gradle = "3.6.3"
const val kotlin = "1.3.72"
const val jitpack = "2.1"

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

// App
const val minSdk = 21
const val targetSdk = 29
const val buildTools = "29.0.3"

// Coroutines
const val coroutines = "1.3.5"
const val coroutines = "1.3.7"

// Android UI
const val appcompat = "1.1.0"
Expand Down Expand Up @@ -62,7 +62,7 @@ object Versions {
const val licenseChecker = "1.2.6"

// In-App Billing
const val inAppBilling = "2.2.0"
const val inAppBilling = "2.2.1"

// MultiDex
const val multidex = "2.0.1"
Expand Down

0 comments on commit b0f8b2b

Please sign in to comment.