Skip to content

Commit 8c24405

Browse files
committed
Merge commit '937086d17b266a17ea6bdd144656cd5282fa86d7' into issue/4235-locale-getdefault-usage
2 parents 3deb502 + c2484a2 commit 8c24405

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
@@ -32,7 +32,7 @@ android {
3232
buildToolsVersion "23.0.3"
3333

3434
defaultConfig {
35-
versionName "1.9.0"
35+
versionName "1.10.0"
3636
minSdkVersion 14
3737
targetSdkVersion 23
3838
}

WordPressUtils/src/main/java/org/wordpress/android/util/AppLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ public static String toPlainText(Context context) {
269269
}
270270
return sb.toString();
271271
}
272-
}
272+
}

0 commit comments

Comments
 (0)