Skip to content

Commit ced99e1

Browse files
committed
1. update to latest Android Studio and gradle version.
2. use viewBinding.
1 parent 412f48f commit ced99e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ configurations {
128128
all {
129129
exclude module: 'commons-logging'
130130
exclude module: 'httpclient'
131+
exclude group: 'com.google.guava', module: 'listenablefuture'
131132
}
132133
}
133134

0 commit comments

Comments
 (0)