Skip to content

Commit f574b2b

Browse files
committed
Updated AGP to version 8.0.1
1 parent 5ec1866 commit f574b2b

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
@@ -4,7 +4,7 @@ buildscript {
44
}
55
}
66
plugins {
7-
id 'com.android.application' version '8.0.0-rc01' apply false
8-
id 'com.android.library' version '8.0.0-rc01' apply false
7+
id 'com.android.application' version '8.0.1' apply false
8+
id 'com.android.library' version '8.0.1' apply false
99
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
1010
}

0 commit comments

Comments
 (0)