Skip to content

Commit

Permalink
CATROID-93 Clean builds (no gradle-cache) fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Laggner committed Nov 2, 2018
1 parent 2a6d062 commit 4273a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
jcenter()
}
}
2 changes: 1 addition & 1 deletion catroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

buildscript {
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
jcenter()
}
dependencies {
classpath 'io.fabric.tools:gradle:1.21.5'
Expand Down

0 comments on commit 4273a68

Please sign in to comment.