mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: add CompletableFuture backport for API 14+
This commit is contained in:
parent
1e504a8703
commit
8d93ed88ce
1 changed files with 3 additions and 0 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue