We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24838e commit 73258caCopy full SHA for 73258ca
hipda/src/main/AndroidManifest.xml
@@ -2,8 +2,8 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
xmlns:tools="http://schemas.android.com/tools"
4
package="net.jejer.hipda"
5
- android:versionCode="5003"
6
- android:versionName="5.0.03">
+ android:versionCode="5004"
+ android:versionName="5.0.04">
7
8
<uses-feature
9
android:name="android.hardware.touchscreen"
hipda/src/main/assets/release-notes.txt
@@ -1,3 +1,7 @@
1
+v5.0.04
++ 使用系统图片选择界面,原上传图片方式移动至右上角菜单中。
++ 改进图片压缩处理方式,减少不必要的压缩。
+
v5.0.03
X 修复一些帖子不能显示的问题。
0 commit comments