Skip to content

Commit c12acf8

Browse files
committed
build(android-example): fix namespace misspelling
1 parent f41060c commit c12acf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/rollbar-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
apply plugin: 'com.android.application'
1212

1313
android {
14-
namespace 'com.rollbar.examples.android'
14+
namespace 'com.rollbar.example.android'
1515
compileSdkVersion = 33
1616
defaultConfig {
1717
applicationId "com.rollbar.example.android"

0 commit comments

Comments
 (0)