Skip to content

Commit 175603d

Browse files
authored
Merge aedab68 into master-4.0
2 parents 4722546 + aedab68 commit 175603d

18 files changed

Lines changed: 31 additions & 27 deletions

File tree

examples/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ allprojects {
2424
}
2525
dependencies {
2626
classpath 'com.android.tools.build:gradle:3.0.0-alpha4'
27-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
28-
classpath 'com.novoda:gradle-android-command-plugin:1.5.0'
27+
classpath 'com.novoda:gradle-android-command-plugin:1.7.1'
28+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
2929
classpath "io.realm:realm-gradle-plugin:${currentVersion}"
3030
}
3131
}

examples/encryptionExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ android {
2323
}
2424

2525
command {
26-
events 2000
26+
monkey.events 2000
2727
}
2828
}

examples/gridViewExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
}
2323

2424
command {
25-
events 2000
25+
monkey.events 2000
2626
}
2727

2828
splits {

examples/introExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ android {
2424
}
2525

2626
command {
27-
events 2000
27+
monkey.events 2000
2828
}
2929
}

examples/jsonExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
command {
26-
events 2000
26+
monkey.events 2000
2727
}
2828
}
2929

examples/kotlinExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
command {
39-
events 2000
39+
monkey.events 2000
4040
}
4141

4242
sourceSets {

examples/migrationExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ android {
1919
}
2020
}
2121
command {
22-
events 2000
22+
monkey.events 2000
2323
}
2424
}

examples/moduleExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
command {
35-
events 2000
35+
monkey.events 2000
3636
}
3737
}
3838

examples/newsreaderExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
}
2020
}
2121
command {
22-
events 2000
22+
monkey.events 2000
2323
}
2424
lintOptions {
2525
disable 'InvalidPackage'

examples/objectServerExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252

5353
command {
54-
events 2000
54+
monkey.events 2000
5555
}
5656
}
5757

0 commit comments

Comments
 (0)