File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
+ // This does not break the build when Android Studio is missing the JRebel for Android plugin.
3
+ apply plugin : ' com.zeroturnaround.jrebel.android'
2
4
apply plugin : ' io.fabric'
3
5
apply plugin : ' org.robolectric'
4
6
Original file line number Diff line number Diff line change @@ -3,10 +3,15 @@ buildscript {
3
3
repositories {
4
4
jcenter()
5
5
maven { url ' https://maven.fabric.io/public' }
6
+ maven {
7
+ url ' https://repos.zeroturnaround.com/nexus/content/repositories/zt-public-releases'
8
+ }
6
9
}
7
10
8
11
dependencies {
9
12
classpath ' com.android.tools.build:gradle:1.2.3'
13
+ // This does not break the build when Android Studio is missing the JRebel for Android plugin.
14
+ classpath ' com.zeroturnaround.jrebel.android:jr-android-gradle:0.9.+'
10
15
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
11
16
classpath ' io.fabric.tools:gradle:1.15.2'
12
17
classpath ' org.robolectric:robolectric-gradle-plugin:1.0.1'
You can’t perform that action at this time.
0 commit comments