Skip to content

Commit

Permalink
Update to Blueprint 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Apr 21, 2024
1 parent 71912e3 commit 9f4d667
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
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 = 240
const val versionName = "2.4.0"
const val version = 241
const val versionName = "2.4.1"
}
10 changes: 5 additions & 5 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

object Versions {
// Plugins
const val gradle = "8.2.0"
const val kotlin = "1.9.22"
const val ksp = "$kotlin-1.0.16"
const val gradle = "8.3.0"
const val kotlin = "1.9.23"
const val ksp = "$kotlin-1.0.20"

// OneSignal
const val oneSignal = "4.8.7"
const val oneSignal = "4.8.8"

// App
const val minSdk = 21
const val targetSdk = 34
const val buildTools = "34.0.0"

// Blueprint
const val blueprint = "2.4.0"
const val blueprint = "2.4.1"
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jul 24 22:47:34 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
1 change: 0 additions & 1 deletion settings.gradle

This file was deleted.

3 changes: 3 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
gradle.startParameter.excludedTaskNames.addAll(listOf(":buildSrc:testClasses"))

include(":app")

0 comments on commit 9f4d667

Please sign in to comment.