mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-24 01:44:23 +01:00
Increase Gradle version to 7.1.3
This commit is contained in:
@@ -8,6 +8,8 @@ plugins {
|
||||
apply from: rootProject.file("gradle/git-tag-version.gradle")
|
||||
|
||||
android {
|
||||
namespace 'no.nordicsemi.android.nrftoolbox'
|
||||
|
||||
compileSdk android_api_version
|
||||
|
||||
defaultConfig {
|
||||
@@ -76,7 +78,6 @@ dependencies {
|
||||
implementation project(':profile_rscs')
|
||||
|
||||
implementation project(':profile_uart')
|
||||
// implementation project(':profile_dfu')
|
||||
|
||||
implementation project(":lib_theme")
|
||||
implementation project(":lib_utils")
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="no.nordicsemi.android.nrftoolbox">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<queries>
|
||||
<package android:name="no.nordicsemi.android.dfu" />
|
||||
|
||||
Reference in New Issue
Block a user