fix typo namespace

This commit is contained in:
ayub 2025-08-10 13:45:17 +07:00
parent 2b75d2b088
commit e9200cd371
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'
android {
namspace 'com.example.whatsapp_share'
namespace 'com.example.whatsapp_share'
compileSdkVersion 33
defaultConfig {