Skip to content

Commit eb7daa0

Browse files
committed
Adds Instabug to Android's build.gradle
1 parent 8ace071 commit eb7daa0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

android/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 27
25+
compileSdkVersion 28
2626

2727
defaultConfig {
2828
minSdkVersion 16
@@ -32,3 +32,7 @@ android {
3232
disable 'InvalidPackage'
3333
}
3434
}
35+
36+
dependencies {
37+
implementation 'com.instabug.library:instabug:8.0.19'
38+
}

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28-
compileSdkVersion 27
28+
compileSdkVersion 28
2929

3030
lintOptions {
3131
disable 'InvalidPackage'

0 commit comments

Comments
 (0)