Skip to content

Commit

Permalink
Update to Blueprint 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Nov 16, 2020
1 parent 1ae48de commit fb86996
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/MyApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object MyApp {
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"

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

// Blueprint
const val blueprint = "2.1.4"
const val blueprint = "2.1.5"
}

0 comments on commit fb86996

Please sign in to comment.