seedvault/libs/koin-android/Android.bp
Torsten Grote 83fd0ba5d1
Upgrade all the binary dependencies we include
Since this is for Android 15 and the new v2 format, this is a good time for upgrading, because we need to test the app extensively anyway.
2024-10-10 13:42:19 -03:00

16 lines
356 B
Text

//
// SPDX-FileCopyrightText: 2020 The Calyx Institute
// SPDX-License-Identifier: Apache-2.0
//
android_library_import {
name: "seedvault-lib-koin-android",
aars: ["koin-android-3.5.6.aar"],
sdk_version: "current",
}
java_import {
name: "seedvault-lib-koin-core-jvm",
jars: ["koin-core-jvm-3.5.6.jar"],
sdk_version: "current",
}