Skip to content

Commit 0228ac4

Browse files
committed
Fix package id name
1 parent 826c265 commit 0228ac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPressUtils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
buildToolsVersion "19.1.0"
1919

2020
defaultConfig {
21-
applicationId "org.wordpress.android.utils"
21+
applicationId "org.wordpress.android.util"
2222
versionName "1.0.0"
2323
versionCode 1
2424
minSdkVersion 14
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="org.wordpress.android.utils">
3+
package="org.wordpress.android.util">
44

55
</manifest>

0 commit comments

Comments
 (0)