Update Maple to 2.0

master^2
fengyuecanzhu 2 years ago
parent 130694fa55
commit 4b708a978f
No known key found for this signature in database
GPG Key ID: 04B78AD06A9D6E6C
  1. 2
      app/build.gradle
  2. 2
      dynamic/build.gradle

@ -293,7 +293,7 @@ dependencies {
} }
//https://github.com/fengyuecanzhu/Maple //https://github.com/fengyuecanzhu/Maple
implementation("me.fycz.maple:maple:1.9") implementation("me.fycz.maple:maple:2.0")
} }
greendao { greendao {

@ -152,7 +152,7 @@ dependencies {
compileOnly('org.apache.commons:commons-text:1.9') compileOnly('org.apache.commons:commons-text:1.9')
//https://github.com/fengyuecanzhu/Maple //https://github.com/fengyuecanzhu/Maple
compileOnly("me.fycz.maple:maple:1.9") compileOnly("me.fycz.maple:maple:2.0")
compileOnly project(":app") compileOnly project(":app")
compileOnly project(":DialogX") compileOnly project(":DialogX")
} }
Loading…
Cancel
Save