Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Nov 16, 2020
1 parent 1b00570 commit 94840db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jdk: oraclejdk8
env:
global:
- ANDROID_API=30
- ANDROID_BUILD_TOOLS=29.0.3
- ANDROID_BUILD_TOOLS=30.0.0

android:
components:
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Kuper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object Kuper {
const val appId = "dev.jahir.kuper.app"
const val version = 224
const val versionName = "2.2.4"
const val version = 225
const val versionName = "2.2.5"
}
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

object Versions {
// Plugins
const val gradle = "4.1.0"
const val gradle = "4.1.1"
const val kotlin = "1.4.10"
const val jitpack = "2.1"

Expand All @@ -13,10 +13,10 @@ object Versions {
// App
const val minSdk = 21
const val targetSdk = 30
const val buildTools = "29.0.3"
const val buildTools = "30.0.0"

// Frames
const val frames = "3.3.4"
const val frames = "3.3.5"

// Kustom API
const val kustomApi = "6369c37"
Expand Down

0 comments on commit 94840db

Please sign in to comment.