Skip to content

Instantly share code, notes, and snippets.

@borisf
Last active May 8, 2023 03:17
Show Gist options
  • Save borisf/e1eae0535ba26ecaaae6961abaa600f3 to your computer and use it in GitHub Desktop.
Save borisf/e1eae0535ba26ecaaae6961abaa600f3 to your computer and use it in GitHub Desktop.
Android namespace
// Android manifest
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
- package="com.example.app"
>
// Module build.gradle.kts
android {
+ namespace = "com.example.app"
compileSdk = 33
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment