Skip to content

Commit

Permalink
chore: upgrade buildscript deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jun 23, 2024
1 parent 535b397 commit 65a0a5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ buildscript {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.3'
classpath 'androidx.benchmark:benchmark-gradle-plugin:1.2.0'
classpath 'com.slack.keeper:keeper:0.15.0'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'androidx.benchmark:benchmark-gradle-plugin:1.2.4'
classpath 'com.slack.keeper:keeper:0.16.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -17,6 +16,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}

Expand Down

0 comments on commit 65a0a5d

Please sign in to comment.