commit c1b29615ec3777ae54dd1bcace2b1229a823af4b
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed Nov 23 14:22:27 2022 +0100

    Reinstall the latest Android Studio, latest gradle; reconfigure all project to match and compile.

diff --git a/build.gradle b/build.gradle
index 1d7888b..0811616 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,6 +17,7 @@ android {
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
         }
     }
+    namespace 'org.distorted.examples'
 }
 
 dependencies {
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 1055c87..0e4ff7b 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="org.distorted.examples">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
 
     <uses-feature android:glEsVersion="0x00030001" android:required="true" />
     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
