Skip to content

Commit

Permalink
chore(gradle): update dependencies
Browse files Browse the repository at this point in the history
SUITEDEV-34202

Co-authored-by: davidSchuppa <[email protected]>
Co-authored-by: LasOri <[email protected]>
  • Loading branch information
3 people committed Sep 20, 2023
1 parent 3bd6da7 commit 67f8b5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'
classpath 'com.android.tools.build:gradle:8.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$Versions.kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-allopen:$Versions.kotlin_version"
classpath "com.github.ben-manes:gradle-versions-plugin:0.47.0"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.6.0"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.2"
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Config {
const val minApiLevel = 24
const val targetApiLevel = 33
const val targetApiLevel = 34
const val buildToolsVersion = Versions.buildToolsVersion
}
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "com.emarsys.sample"
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 34
multiDexEnabled true
versionCode gitVersionCode
versionName gitVersionName
Expand Down

0 comments on commit 67f8b5a

Please sign in to comment.