diff --git a/.vscode/settings.json b/.vscode/settings.json index ec700c4..3c05d97 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -29,5 +29,6 @@ "cSpell.words": ["Bootloader", "Buttonless", "Softdevice"], "[swift]": { "editor.defaultFormatter": "vknabel.vscode-swiftformat" - } + }, + "java.configuration.updateBuildConfiguration": "automatic" } diff --git a/android/build.gradle b/android/build.gradle index 5fbe35b..9fb6388 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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" } diff --git a/example/android/variables.gradle b/example/android/variables.gradle index 5946ada..631e622 100644 --- a/example/android/variables.gradle +++ b/example/android/variables.gradle @@ -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' @@ -13,4 +13,4 @@ ext { androidxJunitVersion = '1.1.5' androidxEspressoCoreVersion = '3.5.1' cordovaAndroidVersion = '10.1.1' -} \ No newline at end of file +}