File tree Expand file tree Collapse file tree 4 files changed +11
-20
lines changed
src/test/java/com/example/instabug Expand file tree Collapse file tree 4 files changed +11
-20
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 27
4
+ compileSdkVersion 28
5
5
6
6
defaultConfig {
7
7
applicationId " com.example.instabug"
8
8
minSdkVersion 15
9
- targetSdkVersion 27
9
+ targetSdkVersion 28
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
multiDexEnabled true
@@ -27,6 +27,11 @@ android {
27
27
dexOptions {
28
28
javaMaxHeapSize " 4g"
29
29
}
30
+
31
+ lintOptions {
32
+ abortOnError false
33
+ }
34
+
30
35
}
31
36
32
37
repositories {
@@ -50,7 +55,7 @@ dependencies {
50
55
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
51
56
// implementation 'io.reactivex:rxjava:1.0.13'
52
57
// implementation 'io.reactivex:rxandroid:1.0.1'
53
- implementation(' com.instabug.library:instabug:8.0.2 ' ) {
58
+ implementation(' com.instabug.library:instabug:8.0.11 ' ) {
54
59
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
55
60
// exclude group: 'io.reactivex'
56
61
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.1.2'
9
+ classpath ' com.android.tools.build:gradle:3.2.0'
10
+
10
11
}
11
12
}
12
13
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.8 -all.zip
You can’t perform that action at this time.
0 commit comments