@@ -9,8 +9,8 @@ apply plugin: 'kotlinx-serialization'
9
9
apply plugin : " com.github.johnrengelman.shadow"
10
10
11
11
12
- def CORE_VERSION = " 2.7-RC "
13
- def CONSOLE_VERSION = " 2.7-RC "
12
+ def CORE_VERSION = " 2.7.0 "
13
+ def CONSOLE_VERSION = " 2.7.0 "
14
14
def LUAMIRAI_VERSION = " 2.0.8"
15
15
16
16
@@ -24,8 +24,8 @@ android {
24
24
applicationId " io.github.mzdluo123.mirai.android"
25
25
minSdkVersion 26
26
26
targetSdkVersion 30
27
- versionCode 56
28
- versionName " 3.2.5 "
27
+ versionCode 57
28
+ versionName " 3.3.0 "
29
29
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
30
30
buildConfigField(" String" , " COREVERSION" , " \" $CORE_VERSION \" " )
31
31
buildConfigField(" String" , " CONSOLEVERSION" , " \" $CONSOLE_VERSION \" " )
@@ -144,11 +144,11 @@ dependencies {
144
144
// androidx-constraintlayout
145
145
implementation ' androidx.constraintlayout:constraintlayout:2.1.0'
146
146
147
- // 下一个mirai版本可以移除
148
- // https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on
149
- implementation group : ' org.bouncycastle' , name : ' bcprov-jdk15to18' , version : ' 1.69'
147
+ // // 下一个mirai版本可以移除
148
+ // // https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on
149
+ // implementation group: 'org.bouncycastle', name: 'bcprov-jdk15to18', version: '1.69'
150
150
151
- implementation(" io.netty:netty-all:4.1.63.Final" )
151
+ // implementation("io.netty:netty-all:4.1.63.Final")
152
152
153
153
154
154
@@ -180,11 +180,11 @@ dependencies {
180
180
implementation ' com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.2'
181
181
182
182
// mirai-core
183
- // implementation("net.mamoe:mirai-core-android:$CORE_VERSION")
184
- // implementation("net.mamoe:mirai-core-android:$CORE_VERSION") {
185
- // exclude module: "net.mamoe:mirai-core-api"
186
- // exclude module: "net.mamoe:mirai-core-utils"
187
- // }
183
+ implementation(" net.mamoe:mirai-core-android:$CORE_VERSION " )
184
+ implementation(" net.mamoe:mirai-core-android:$CORE_VERSION " ) {
185
+ exclude module : " net.mamoe:mirai-core-api"
186
+ exclude module : " net.mamoe:mirai-core-utils"
187
+ }
188
188
implementation(" net.mamoe:mirai-core-api-android:$CORE_VERSION " ) {
189
189
exclude module : " net.mamoe:mirai-core-utils"
190
190
}
0 commit comments