1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 21:23:55 +08:00
This commit is contained in:
Him188 2021-02-25 09:43:10 +08:00
parent f010b1150c
commit cdf2235b7a

View File

@ -7,6 +7,8 @@
* https://github.com/mamoe/mirai/blob/master/LICENSE
*/
@file:Suppress("MemberVisibilityCanBePrivate")
package androidutil
import groovy.util.Node
@ -288,7 +290,7 @@ object AndroidApiLevelCheck {
}
if (analyzer.reported) {
error("Verity failed")
error("Verify failed")
}
}
}