Skip to content

Commit 3102dad

Browse files
committed
[plugin_magnet] v1.0.3
1 parent 06b5cd3 commit 3102dad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

api/announce.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"internal": [
3535
{
3636
"name": "me.jbusdriver.plugin.magnet",
37-
"versionCode": 3,
38-
"versionName": "1.0.2",
39-
"url": "https://raw.githubusercontent.com/Ccixyj/jbusfile/master/plugins/me.jbusdriver.plugin.magnet_1.0.2.apk",
37+
"versionCode": 4,
38+
"versionName": "1.0.3",
39+
"url": "https://raw.githubusercontent.com/Ccixyj/jbusfile/master/plugins/me.jbusdriver.plugin.magnet_1.0.3.apk",
4040
"desc": "[内部插件]磁力链接解析插件",
41-
"eTag": "5D9B24BAA625F21D074AA7116BD856CD"
41+
"eTag": "4546F6475CFA4F7669E6EB2F75377BFB"
4242
}
4343
]
4444
}

plugins/plugin_magnet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId CurrentAppID
2424
minSdkVersion 18
2525
targetSdkVersion versions.targetSdk
26-
versionCode 3
27-
versionName "1.0.2"
26+
versionCode 4
27+
versionName "1.0.3"
2828
// multiDexEnabled true
2929
}
3030

0 commit comments

Comments
 (0)