Skip to content

Commit

Permalink
Fixing bug sarriaroman#152
Browse files Browse the repository at this point in the history
  • Loading branch information
spitfire2903 committed Mar 27, 2019
1 parent 9363a29 commit 50af6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/lib/android-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
" maven { url 'https://maven.fabric.io/public' }",
" }",
" dependencies {",
" classpath 'io.fabric.tools:gradle:1.+'",
" classpath 'io.fabric.tools:gradle:1.27.1'",
" }",
"}",
"",
Expand Down
2 changes: 1 addition & 1 deletion src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath 'io.fabric.tools:gradle:1.+'
classpath 'io.fabric.tools:gradle:1.27.1'
}
}

Expand Down

0 comments on commit 50af6fa

Please sign in to comment.