Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Apr 21, 2024
1 parent 3414258 commit 6a6e47b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Blueprint.kt
Expand Up @@ -2,6 +2,6 @@

object Blueprint {
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
Expand Up @@ -2,21 +2,21 @@

object Versions {
// Plugins
const val gradle = "8.2.0"
const val kotlin = "1.9.22"
const val gradle = "8.3.0"
const val kotlin = "1.9.23"
const val sonatype = "1.3.0"
const val ksp = "$kotlin-1.0.16"
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"

// Kuper
const val kuper = "2.5.0"
const val kuper = "2.5.1"

// Adaptive Icons
const val adaptiveIcons = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -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.

4 changes: 4 additions & 0 deletions settings.gradle.kts
@@ -0,0 +1,4 @@
gradle.startParameter.excludedTaskNames.addAll(listOf(":buildSrc:testClasses"))

include(":app")
include(":library")

0 comments on commit 6a6e47b

Please sign in to comment.