mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-19 07:24:22 +01:00
Update Android Gradle Plugin dependency
This commit is contained in:
@@ -50,7 +50,7 @@ dependencyResolutionManagement {
|
|||||||
}
|
}
|
||||||
versionCatalogs {
|
versionCatalogs {
|
||||||
create("libs") {
|
create("libs") {
|
||||||
from("no.nordicsemi.android.gradle:version-catalog:2.9-3")
|
from("no.nordicsemi.android.gradle:version-catalog:2.9-6")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -68,9 +68,9 @@ include(":profile")
|
|||||||
include(":profile_data")
|
include(":profile_data")
|
||||||
include(":profile_manager")
|
include(":profile_manager")
|
||||||
|
|
||||||
if (file("../Android-Common-Libraries").exists()) {
|
//if (file("../Android-Common-Libraries").exists()) {
|
||||||
includeBuild("../Android-Common-Libraries")
|
// includeBuild("../Android-Common-Libraries")
|
||||||
}
|
//}
|
||||||
//
|
//
|
||||||
//if (file("../Kotlin-BLE-Library").exists()) {
|
//if (file("../Kotlin-BLE-Library").exists()) {
|
||||||
// includeBuild("../Kotlin-BLE-Library")
|
// includeBuild("../Kotlin-BLE-Library")
|
||||||
|
|||||||
Reference in New Issue
Block a user