mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-02 05:04:37 -04:00
fix: add CompletableFuture backport for API 14+
This commit is contained in:
@@ -221,6 +221,9 @@ dependencies {
|
||||
|
||||
implementation "androidx.core:core-splashscreen:1.0.0-beta02"
|
||||
|
||||
// CompletableFuture backport for API 14+
|
||||
implementation 'net.sourceforge.streamsupport:streamsupport-minifuture:1.7.4'
|
||||
|
||||
// App intro
|
||||
implementation 'com.github.AppIntro:AppIntro:6.2.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user