Skip to content

Commit 2066ee4

Browse files
mzelzoghbimhmdnagy
authored andcommitted
Updating app dependencies (#129)
* Updating Gradle version * Updating Instabug-SDK to latest version
1 parent 945a202 commit 2066ee4

File tree

4 files changed

+11
-20
lines changed

4 files changed

+11
-20
lines changed

app/build.gradle

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
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

3237
repositories {
@@ -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

app/src/test/java/com/example/instabug/ExampleUnitTest.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)