Skip to content

Commit 918e9fb

Browse files
committed
[Internal] Updated AGP to 8.2.0
1 parent ae58154 commit 918e9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
}
66
}
77
plugins {
8-
id 'com.android.application' version '8.1.0' apply false
9-
id 'com.android.library' version '8.1.0' apply false
8+
id 'com.android.application' version '8.2.0' apply false
9+
id 'com.android.library' version '8.2.0' apply false
1010
}
1111

1212
tasks.register('clean', Delete) {

0 commit comments

Comments
 (0)