We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f3f21 commit 000b6eeCopy full SHA for 000b6ee
app/build.gradle
@@ -1,8 +1,6 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- namespace 'net.zetetic'
5
-
6
compileSdkVersion 33
7
8
defaultConfig {
app/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- android:versionCode="1" android:versionName="1.0-SNAPSHOT">
+ package="net.zetetic" android:versionCode="1" android:versionName="1.0-SNAPSHOT">
<uses-permission android:name="android.permission.INTERNET"/>
<application android:icon="@drawable/icon"
android:debuggable="true"
0 commit comments