Skip to content

Commit 000b6ee

Browse files
author
Christopher J. Brody
committed
Revert "migrate namespace to app/build.gradle"
This reverts commit fa18117.
1 parent 51f3f21 commit 000b6ee

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
namespace 'net.zetetic'
5-
64
compileSdkVersion 33
75

86
defaultConfig {

app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="1" android:versionName="1.0-SNAPSHOT">
3+
package="net.zetetic" android:versionCode="1" android:versionName="1.0-SNAPSHOT">
44
<uses-permission android:name="android.permission.INTERNET"/>
55
<application android:icon="@drawable/icon"
66
android:debuggable="true"

0 commit comments

Comments
 (0)