We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826c265 commit 0228ac4Copy full SHA for 0228ac4
WordPressUtils/build.gradle
@@ -18,7 +18,7 @@ android {
18
buildToolsVersion "19.1.0"
19
20
defaultConfig {
21
- applicationId "org.wordpress.android.utils"
+ applicationId "org.wordpress.android.util"
22
versionName "1.0.0"
23
versionCode 1
24
minSdkVersion 14
WordPressUtils/src/main/AndroidManifest.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="org.wordpress.android.utils">
+ package="org.wordpress.android.util">
4
5
</manifest>
0 commit comments