Skip to content

Commit 5d82000

Browse files
authored
Revert "refactor: Replace APM API that uses reflection by a package private API" (#580)
1 parent 8c7cf2a commit 5d82000

File tree

4 files changed

+201
-218
lines changed

4 files changed

+201
-218
lines changed

android/build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,9 @@ rootProject.allprojects {
1616
repositories {
1717
google()
1818
mavenCentral()
19-
maven {
20-
url "https://mvn.instabug.com/nexus/repository/instabug-internal/"
21-
credentials {
22-
username "instabug"
23-
password System.getenv("INSTABUG_REPOSITORY_PASSWORD")
24-
}
25-
}
2619
}
2720
}
2821

29-
3022
apply plugin: 'com.android.library'
3123

3224
android {
@@ -52,10 +44,11 @@ android {
5244
}
5345

5446
dependencies {
55-
api 'com.instabug.library:instabug:14.3.0.6752106-SNAPSHOT'
47+
api 'com.instabug.library:instabug:14.3.0'
5648
testImplementation 'junit:junit:4.13.2'
5749
testImplementation "org.mockito:mockito-inline:3.12.1"
5850
testImplementation "io.mockk:mockk:1.13.13"
51+
5952
}
6053

6154
// add upload_symbols task

android/src/main/java/com/instabug/apm/networking/ApmNetworkLoggerHelper.java

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

0 commit comments

Comments
 (0)