降低Gradle版本
This commit is contained in:
parent
3bd2a6ec89
commit
bf13ff9576
|
|
@ -6,9 +6,7 @@ plugins {
|
||||||
android {
|
android {
|
||||||
namespace 'com.github.catvod'
|
namespace 'com.github.catvod'
|
||||||
|
|
||||||
compileSdk {
|
compileSdk 36
|
||||||
version = release(36)
|
|
||||||
}
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.github.catvod.demo"
|
applicationId "com.github.catvod.demo"
|
||||||
|
|
@ -53,4 +51,4 @@ dependencies {
|
||||||
implementation 'com.hierynomus:smbj:0.14.0'
|
implementation 'com.hierynomus:smbj:0.14.0'
|
||||||
implementation 'com.orhanobut:logger:2.2.0'
|
implementation 'com.orhanobut:logger:2.2.0'
|
||||||
implementation 'org.jsoup:jsoup:1.21.2'
|
implementation 'org.jsoup:jsoup:1.21.2'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue