We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be3849 commit 270bad1Copy full SHA for 270bad1
buildSrc/build.gradle
@@ -13,7 +13,7 @@ repositories {
13
dependencies {
14
implementation gradleApi()
15
implementation localGroovy()
16
- implementation 'com.android.tools.build:gradle:8.2.2'
+ implementation 'com.android.tools.build:gradle:8.3.0'
17
implementation 'org.jetbrains:annotations:24.1.0'
18
testImplementation 'junit:junit:4.13.2'
19
testImplementation 'org.mockito:mockito-core:5.10.0'
0 commit comments