update maple to 1.9

pull/28/head
fengyuecanzhu 2 years ago
parent 27f5269df1
commit e882bdbf5c
No known key found for this signature in database
GPG Key ID: 04B78AD06A9D6E6C
  1. 8
      .gitignore
  2. 1
      .idea/vcs.xml
  3. 2
      app/build.gradle
  4. 2
      dynamic/build.gradle

8
.gitignore vendored

@ -7,7 +7,6 @@
/build
/captures
/user
/plugin
.externalNativeBuild
keystore
# Compiled class file
@ -30,10 +29,3 @@ keystore
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
<<<<<<< HEAD
>>>>>>> 2c33f0b33a0411efd93a4810de5061a473835ff5
=======
>>>>>>> eee131cea39d27218fc7d1c3d641d617d377af42

@ -2,5 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/plugin" vcs="Git" />
</component>
</project>

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

@ -52,7 +52,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
compileOnly("me.fycz.maple:maple:1.7")
compileOnly("me.fycz.maple:maple:1.9")
compileOnly 'org.greenrobot:greendao:3.3.0'
compileOnly project(":app")
compileOnly project(":DialogX")

Loading…
Cancel
Save