Aperture: Add .dev to gradle package name

This will make sure that we won't conflict with Android.bp package.

Change-Id: I88780e1f1f318b0a2094e3ff6ab65b9dd4a040fd
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index f54e547..9e8a463 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -11,7 +11,7 @@
     compileSdk = 33
 
     defaultConfig {
-        applicationId = "org.lineageos.aperture"
+        applicationId = "org.lineageos.aperture.dev"
         minSdk = 31
         targetSdk = 33
         versionCode = 1