Skip to content

Commit

Permalink
Fix gradle error message (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Liang <[email protected]>
(cherry picked from commit 6f334d1)
  • Loading branch information
zhongqiliang authored and anonymous1-me committed Jun 27, 2023
1 parent d4e87cc commit 88654d8
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 88654d8

Please sign in to comment.