Fix some compile warnings
remove flatDir
This commit is contained in:
@@ -71,7 +71,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
|
||||||
testImplementation 'junit:junit:4.13'
|
testImplementation 'junit:junit:4.13'
|
||||||
|
|
||||||
// Androidx
|
// Androidx
|
||||||
@@ -106,8 +106,6 @@ dependencies {
|
|||||||
implementation 'me.drakeet.support:toastcompat:1.1.0'
|
implementation 'me.drakeet.support:toastcompat:1.1.0'
|
||||||
implementation 'com.blacksquircle.ui:editorkit:2.0.0'
|
implementation 'com.blacksquircle.ui:editorkit:2.0.0'
|
||||||
implementation 'com.blacksquircle.ui:language-json:2.0.0'
|
implementation 'com.blacksquircle.ui:language-json:2.0.0'
|
||||||
|
|
||||||
implementation(name: 'libv2ray', ext: 'aar')
|
|
||||||
}
|
}
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
@@ -120,8 +118,3 @@ buildscript {
|
|||||||
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion"
|
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
repositories {
|
|
||||||
flatDir {
|
|
||||||
dirs 'libs'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user