Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Dec 9, 2023
1 parent 3202fd6 commit 046c199
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ enum class AgpVersion(
),

// stable
AGP_8_1(
value = "8.2.0.1",
AGP_8_2(
value = "8.2.0",
minGradleVersion = GradleVersion.GRADLE_8_1,
minJdkVersion = JavaVersion.VERSION_17,
),
Expand Down

0 comments on commit 046c199

Please sign in to comment.