This repository was archived by the owner on Oct 9, 2025. It is now read-only.
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 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 27
4+ compileSdkVersion 28
55
66 defaultConfig {
77 applicationId " com.example.instabug"
88 minSdkVersion 15
9- targetSdkVersion 27
9+ targetSdkVersion 28
1010 versionCode 1
1111 versionName " 1.0"
1212 multiDexEnabled true
@@ -27,6 +27,11 @@ android {
2727 dexOptions {
2828 javaMaxHeapSize " 4g"
2929 }
30+
31+ lintOptions {
32+ abortOnError false
33+ }
34+
3035}
3136
3237repositories {
@@ -50,7 +55,7 @@ dependencies {
5055 // TODO add the following 2 lines if you exclude io.reactivex from Instabug
5156// implementation 'io.reactivex:rxjava:1.0.13'
5257// 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 ' ) {
5459 // TODO uncomment this line to exclude RxJava from Instabug and use your own version
5560// exclude group: 'io.reactivex'
5661
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.1.2'
9+ classpath ' com.android.tools.build:gradle:3.2.0'
10+
1011 }
1112}
1213
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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