Skip to content

Commit

Permalink
Merge pull request #2209 from quran/renovate/com.android.tools.build-…
Browse files Browse the repository at this point in the history
…gradle-7.x
  • Loading branch information
ahmedre committed Feb 27, 2023
2 parents d297807 + 29f33f9 commit 03a8a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/convention/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
group = "com.quran.labs.androidquran.buildlogic"

dependencies {
compileOnly("com.android.tools.build:gradle:7.4.1")
compileOnly("com.android.tools.build:gradle:7.4.2")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:7.4.1"
classpath "com.android.tools.build:gradle:7.4.2"
classpath "com.google.firebase:firebase-crashlytics-gradle:2.9.4"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "net.ltgt.gradle:gradle-errorprone-plugin:3.0.1"
Expand Down

0 comments on commit 03a8a05

Please sign in to comment.