Skip to content

Commit

Permalink
Update Blueprint to v 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Nov 8, 2020
1 parent ce31320 commit 1ae48de
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 15 deletions.
16 changes: 16 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jdk: oraclejdk8

env:
global:
- ANDROID_API=29
- ANDROID_API=30
- ANDROID_BUILD_TOOLS=29.0.3

android:
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ buildscript {
dependencies {
classpath Plugins.android
classpath Plugins.kotlin
classpath Plugins.jitpack
}
}

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 = 212
const val versionName = "2.1.2"
const val version = 214
const val versionName = "2.1.4"
}
4 changes: 1 addition & 3 deletions buildSrc/src/main/java/Plugins.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ object Plugins {
const val android = "com.android.tools.build:gradle:${Versions.gradle}"
// Kotlin
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}"
// Jitpack Publisher
const val jitpack = "com.github.dcendents:android-maven-gradle-plugin:${Versions.jitpack}"
// OneSignal
const val oneSignal =
"gradle.plugin.com.onesignal:onesignal-gradle-plugin:${Versions.oneSignalPlugin}"
}
}
13 changes: 6 additions & 7 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@

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

// OneSignal
const val oneSignalPlugin = "0.12.7"
const val oneSignal = "3.14.1"
const val oneSignalPlugin = "0.12.9"
const val oneSignal = "3.15.4"

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

// Blueprint
const val blueprint = "2.1.2"
const val blueprint = "2.1.4"
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip

0 comments on commit 1ae48de

Please sign in to comment.