Skip to content

Commit

Permalink
build: fix syntax error in build-info/build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Apr 30, 2024
1 parent 8742858 commit bf2f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-info/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tasks.create("generateBuildInfo") {

"AGP_VERSION_MININUM" to AGP_VERSION_MINIMUM,
"AGP_VERSION_LATEST" to libs.versions.agp.tooling.get(),
"AGP_VERSION_GRADLE_LATEST" to "8.6", /*SdkConstants.GRADLE_LATEST_VERSION*/,
"AGP_VERSION_GRADLE_LATEST" to "8.6" /*SdkConstants.GRADLE_LATEST_VERSION*/,

"SNAPSHOTS_REPOSITORY" to VersionUtils.SONATYPE_SNAPSHOTS_REPO,
"PUBLIC_REPOSITORY" to VersionUtils.SONATYPE_PUBLIC_REPO,
Expand Down

0 comments on commit bf2f82d

Please sign in to comment.