fix typo namespace
This commit is contained in:
parent
2b75d2b088
commit
e9200cd371
|
|
@ -22,7 +22,7 @@ rootProject.allprojects {
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namspace 'com.example.whatsapp_share'
|
namespace 'com.example.whatsapp_share'
|
||||||
compileSdkVersion 33
|
compileSdkVersion 33
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue