Skip to content

Commit

Permalink
feat: update Android DFU to version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonos committed Dec 17, 2023
1 parent 955dd0d commit 3f1bfd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"cSpell.words": ["Bootloader", "Buttonless", "Softdevice"],
"[swift]": {
"editor.defaultFormatter": "vknabel.vscode-swiftformat"
}
},
"java.configuration.updateBuildConfiguration": "automatic"
}
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ dependencies {
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation "no.nordicsemi.android:dfu:2.3.0"
implementation "no.nordicsemi.android:dfu:2.4.1"
}
6 changes: 3 additions & 3 deletions example/android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 22
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34
androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'
Expand All @@ -13,4 +13,4 @@ ext {
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
cordovaAndroidVersion = '10.1.1'
}
}

0 comments on commit 3f1bfd3

Please sign in to comment.