Skip to content

Commit

Permalink
Merge pull request #762 from mixpanel/fix-build-runtime-error
Browse files Browse the repository at this point in the history
Fix java.lang.NoClassDefFoundError: Failed resolution of: Lorg/jacoco/agent/rt/internal_8ff85ea/Offline
  • Loading branch information
zihejia authored Oct 8, 2021
2 parents 0ae1c73 + 040e26b commit 55e6c2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ android {
}
release {
minifyEnabled false
testCoverageEnabled true
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=5.9.3
VERSION_NAME=5.9.4-SNAPSHOT

POM_PACKAGING=aar
GROUP=com.mixpanel.android
Expand Down

0 comments on commit 55e6c2c

Please sign in to comment.