diff --git a/config.gradle b/config.gradle index ceecd3f816..37d9c96ba2 100644 --- a/config.gradle +++ b/config.gradle @@ -188,6 +188,7 @@ ext { skinsupportlight : "com.mogo.skin:skin-light:${MOGO_SKIN_LIGHT_VERSION}", crashreport : "com.mogo.test:crashreport:${CRASHREPORT_VERSION}", crashreportbugly : "com.mogo.test:crashreport-bugly:${CRASHREPORT_BUGLY_VERSION}", + crashreportapmbyte : "com.mogo.test:crashreport-apmbyte:${CRASHREPORT_APMBYTE_VERSION}", crashreportnoop : "com.mogo.test:crashreport-noop:${CRASHREPORT_NOOP_VERSION}", crashreportupgrade : "com.mogo.test:crashreport-upgrade:${CRASHREPORT_UPGRADE_VERSION}", skinsupportbase : "com.mogo.skin:skin-support-base:${SKIN_SUPPORT_VERSION}", diff --git a/gradle.properties b/gradle.properties index 1dbfe43be0..c68f75ed3e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -150,6 +150,7 @@ MOGO_MODULE_MONITOR_VERSION=2.1.16.8 CRASHREPORT_VERSION=2.1.16.8 CRASHREPORT_BUGLY_VERSION=2.1.16.8 CRASHREPORT_NOOP_VERSION=2.1.16.8 +CRASHREPORT_APMBYTE_VERSION=2.1.16.8 CRASHREPORT_UPGRADE_VERSION=2.1.16.8 ## tts TTS_BASE_VERSION=2.1.16.8 diff --git a/test/crashreport-apmbyte/gradle.properties b/test/crashreport-apmbyte/gradle.properties index 6b451eda5d..5e68914a00 100644 --- a/test/crashreport-apmbyte/gradle.properties +++ b/test/crashreport-apmbyte/gradle.properties @@ -1,3 +1,3 @@ GROUP=com.mogo.test -POM_ARTIFACT_ID=crashreport-bugly +POM_ARTIFACT_ID=crashreport-apmbyte VERSION_CODE=1