[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix package id name
Browse files Browse the repository at this point in the history
  • Loading branch information
beaucollins committed Jun 30, 2014
1 parent 826c265 commit 0228ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPressUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
buildToolsVersion "19.1.0"

defaultConfig {
applicationId "org.wordpress.android.utils"
applicationId "org.wordpress.android.util"
versionName "1.0.0"
versionCode 1
minSdkVersion 14
Expand Down
2 changes: 1 addition & 1 deletion WordPressUtils/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.wordpress.android.utils">
package="org.wordpress.android.util">

</manifest>

0 comments on commit 0228ac4

Please sign in to comment.