We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ace071 commit eb7daa0Copy full SHA for eb7daa0
android/build.gradle
@@ -22,7 +22,7 @@ rootProject.allprojects {
22
apply plugin: 'com.android.library'
23
24
android {
25
- compileSdkVersion 27
+ compileSdkVersion 28
26
27
defaultConfig {
28
minSdkVersion 16
@@ -32,3 +32,7 @@ android {
32
disable 'InvalidPackage'
33
}
34
35
+
36
+dependencies {
37
+ implementation 'com.instabug.library:instabug:8.0.19'
38
+}
example/android/app/build.gradle
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
29
30
lintOptions {
31
0 commit comments