Skip to content

Commit 2ee682d

Browse files
committed
Update publishing scripts
1 parent 09a2fd5 commit 2ee682d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ ext {
3737
}
3838

3939
android {
40-
compileSdkVersion compile_sdk_version
41-
buildToolsVersion build_tools_version
40+
namespace "com.hyperdevs.appupdateshelper.app"
41+
compileSdk = compile_sdk_version
42+
buildToolsVersion = build_tools_version
4243

4344
defaultConfig {
4445
/*

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
-->
1919

2020
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
21-
xmlns:tools="http://schemas.android.com/tools"
22-
package="com.hyperdevs.appupdateshelper.app">
21+
xmlns:tools="http://schemas.android.com/tools">
2322

2423
<application
2524
android:allowBackup="false"

lib/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
~ See the License for the specific language governing permissions and
1717
~ limitations under the License.
1818
-->
19-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
20-
package="com.hyperdevs.appupdateshelper"/>
19+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"/>

0 commit comments

Comments
 (0)