Skip to content

Commit fd053e2

Browse files
committed
适配32
1 parent aff6eee commit fd053e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ android {
3535
}
3636

3737
dependencies {
38-
compileOnly 'com.google.android.material:material:1.6.1'
39-
compileOnly 'androidx.appcompat:appcompat:1.4.2'
40-
compileOnly 'com.google.code.gson:gson:2.9.0'
38+
implementation 'com.google.android.material:material:1.6.1'
39+
implementation 'androidx.appcompat:appcompat:1.4.2'
40+
implementation 'com.google.code.gson:gson:2.9.0'
4141
}
4242

4343
task androidSourcesJar(type: Jar) {

0 commit comments

Comments
 (0)