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 a067c5f commit 96e3dab
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/Blueprint.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object Blueprint {
const val appId = "dev.jahir.blueprint.app"
const val version = 214
const val versionName = "2.1.4"
const val version = 215
const val versionName = "2.1.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"

// Kuper
const val kuper = "2.2.4"
const val kuper = "2.2.5"

// Adaptive Icons
const val adaptiveIcons = "a0884c7"
Expand Down

0 comments on commit 96e3dab

Please sign in to comment.