Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed May 26, 2020
1 parent 6f1d920 commit 4c5d15b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 73 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ app/build/
app/src/main/gen/
app/src/main/bin/
cmake-build-debug/
release/

# Files for the ART/Dalvik VM
*.dex
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "nil.nadph.qnotified"
minSdkVersion 14
targetSdkVersion 29
versionCode 32
versionName "0.7.4" + getGitHeadRefsSuffix()
versionCode 35
versionName "0.8.0" + getGitHeadRefsSuffix()
//testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
63 changes: 0 additions & 63 deletions app/src/main/assets/test.mol

This file was deleted.

16 changes: 8 additions & 8 deletions update_info
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[
{
"code": 29,
"name": "0.7.1-beta",
"code": 35,
"name": "0.8.0",
"taichi": true,
"beta": true,
"time": 1583995120,
"md5": "3d59606f5416129674f857fc056f4078",
"desc": "修复了一些已知bug,适配更多版本",
"beta": false,
"time": 1590509678,
"md5": "631b092ddf6303ab9de6aea343fd9494",
"desc": "自定义+1图标,支持TIM复读,适配QQ8.3.6/TIM3.0.0",
"urls": [
"https://github.com/cinit/QNotified/releases/download/v0.7.1/QNotified_0.7.1-beta.apk",
"https://pan.baidu.com/s/1d0USyIpHG48aNWsXuEf-cg"
"https://github.com/cinit/QNotified/releases/download/v0.8.0/QNotified_0.8.0.apk",
"https://ww.lanzous.com/tp/id11ulg"
]
}
]

0 comments on commit 4c5d15b

Please sign in to comment.