Skip to content

Commit

Permalink
Cherry pick PR #577: Fix gradle error message (#756)
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Liang <[email protected]>
Co-authored-by: Colin Liang <[email protected]>
  • Loading branch information
3 people committed Jun 27, 2023
1 parent 526a8ab commit 20782aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starboard/android/apk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.2'
Expand All @@ -30,7 +30,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 20782aa

Please sign in to comment.