Skip to content

Commit 3bd6f98

Browse files
author
SreachW
committed
remove androidx
1 parent 21bddcb commit 3bd6f98

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ android {
2222
}
2323

2424
dependencies {
25-
// implementation project(':progress_dialog')
26-
implementation 'com.github.cdreamplayer:ProgressDialog:1.0.0'
27-
25+
implementation project(':progress_dialog')
2826
implementation fileTree(dir: 'libs', include: ['*.jar'])
2927
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3028

progress_dialog/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
2828
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2929
//圆角
30-
implementation 'com.flyco.roundview:FlycoRoundView_Lib:1.1.4@aar'
30+
api 'com.flyco.roundview:FlycoRoundView_Lib:1.1.4@aar'
3131
//对话框
32-
implementation 'com.flyco.dialog:FlycoDialog_Lib:1.3.2@aar'
32+
api 'com.flyco.dialog:FlycoDialog_Lib:1.3.2@aar'
3333
}
3434
repositories {
3535
mavenCentral()

0 commit comments

Comments
 (0)