We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27cd5c commit fa18117Copy full SHA for fa18117
app/build.gradle
@@ -1,6 +1,8 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
+ namespace 'net.zetetic'
5
+
6
compileSdkVersion 30
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"
- package="net.zetetic" android:versionCode="1" android:versionName="1.0-SNAPSHOT">
+ 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