Skip to content

Commit fa18117

Browse files
author
Christopher J. Brody
committed
migrate namespace to app/build.gradle
as recommended by build output
1 parent f27cd5c commit fa18117

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
4+
namespace 'net.zetetic'
5+
46
compileSdkVersion 30
57

68
defaultConfig {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
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-
package="net.zetetic" android:versionCode="1" android:versionName="1.0-SNAPSHOT">
3+
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)