We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b296a commit 3a46bbdCopy full SHA for 3a46bbd
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
mavenCentral()
6
}
7
dependencies {
8
- classpath 'com.android.tools.build:gradle:7.2.1'
+ classpath 'com.android.tools.build:gradle:7.2.2'
9
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10
11
core/build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
implementation 'androidx.appcompat:appcompat:1.4.2'
39
40
// Completable Futures support
41
- implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.4'
+ api 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.4'
42
43
// Custom Tabs
44
implementation 'androidx.browser:browser:1.4.0'
0 commit comments