mirror of
https://gitee.com/51danju/workclock.git
synced 2025-12-29 13:39:42 +08:00
更新外部引用,找BUG
This commit is contained in:
@@ -26,6 +26,10 @@ android {
|
||||
packagingOptions {
|
||||
exclude 'META-INF/DEPENDENCIES'
|
||||
}
|
||||
|
||||
testOptions {
|
||||
unitTests.returnDefaultValues = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -37,8 +41,9 @@ dependencies {
|
||||
|
||||
|
||||
implementation 'com.github.razerdp:BasePopup:2.2.0'
|
||||
|
||||
//BasePopup androidx支持库(针对以上两个支持的androidX版本)
|
||||
//implementation 'com.github.razerdp:BasePopup-compat-androidx:2.1.8'
|
||||
//implementation 'com.github.razerdp:BasePopup-compat-androidx:2.2.0'
|
||||
|
||||
implementation 'com.haibin:calendarview:3.6.2'
|
||||
implementation 'androidx.annotation:annotation:1.0.2'
|
||||
@@ -60,10 +65,19 @@ dependencies {
|
||||
// ViewModel and LiveData
|
||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
|
||||
|
||||
implementation('com.gitee.51danju.e-odbo:e-odbo-jdbc:V1.0-beta.1')
|
||||
implementation('com.gitee.51danju.e-odbo:e-odbo-jdbc:V1.0-beta.3')
|
||||
{
|
||||
exclude(group: 'org.apache.logging.log4j', module: 'log4j-core')
|
||||
exclude(group: 'org.apache.logging.log4j', module: '*')
|
||||
//exclude(group: 'org.apache.logging.log4j', module: 'log4j-core')
|
||||
//exclude(group: 'org.apache.logging.log4j', module: 'log4j-api')
|
||||
//exclude(group: 'org.apache.logging.log4j', module: 'log4j-jcl')
|
||||
//exclude(group: 'org.apache.logging.log4j', module: 'log4j-slf4j-impl')
|
||||
//exclude(group: 'org.slf4j', module: 'slf4j-api')
|
||||
}
|
||||
|
||||
implementation 'org.slf4j:slf4j-android:1.7.26'
|
||||
//implementation 'com.github.tony19:logback-android-core:1.0.7-1'
|
||||
|
||||
implementation 'org.sqldroid:sqldroid:1.1.0-rc1'
|
||||
|
||||
implementation "com.github.DeweyReed:UltimateMusicPicker:2.0.4"
|
||||
|
||||
Reference in New Issue
Block a user