Skip to content

Commit

Permalink
Update to AGP 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanklee committed Jul 5, 2023
1 parent 93204b3 commit 8de69b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.0.1' apply false
id 'com.android.library' version '8.0.1' apply false
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false

}
Expand Down

0 comments on commit 8de69b9

Please sign in to comment.