Skip to content

Commit ce893d4

Browse files
fix: downgrade Android DFU library to 2.6.0 for V1 (#3)
This is the newest version that's working with micro:bit V1 (V2 is OK with 2.9 and 2.6) and matches what's used in the current micro:bit app. This broke in 2.7 and is still broken in 2.10.1. Just downgrading as a workaround for now. There are some interesting changes to review including some that might be able to be reverted by setting options.
1 parent f8fa039 commit ce893d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ dependencies {
6565
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
6666
implementation "androidx.core:core-ktx:$coreKtx"
6767
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
68-
implementation "no.nordicsemi.android:dfu:2.9.0"
68+
implementation "no.nordicsemi.android:dfu:2.6.0"
6969
}

0 commit comments

Comments
 (0)