Skip to content
Snippets Groups Projects
Commit 244c47f0 authored by Taras's avatar Taras
Browse files

Move package name into gradle

parent e4f73903
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ android {
version '3.18.1'
}
}
namespace 'org.futo.circles'
}
dependencies {
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.futo.circles">
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.CAMERA" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment