Skip to content

Commit 3a46bbd

Browse files
mark cf as api
1 parent 14b296a commit 3a46bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.2.1'
8+
classpath 'com.android.tools.build:gradle:7.2.2'
99
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1010
}
1111
}

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation 'androidx.appcompat:appcompat:1.4.2'
3939

4040
// Completable Futures support
41-
implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.4'
41+
api 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.4'
4242

4343
// Custom Tabs
4444
implementation 'androidx.browser:browser:1.4.0'

0 commit comments

Comments
 (0)