Skip to content

Commit

Permalink
Merge pull request #125 from velocitycareerlabs/VL-8411-upgrade
Browse files Browse the repository at this point in the history
upgrade
  • Loading branch information
michaelavoyan authored Sep 24, 2024
2 parents 98a70d7 + ccdaac9 commit ccbbbff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.6.0'
classpath 'com.android.tools.build:gradle:8.6.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -19,7 +19,8 @@ buildscript {
plugins {
// Automation plugin
// https://github.com/gradle-nexus/publish-plugin
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
// id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
}

// Publishing scripts
Expand Down

0 comments on commit ccbbbff

Please sign in to comment.