mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-19 07:24:22 +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")
|
apply from: rootProject.file("gradle/git-tag-version.gradle")
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.nrftoolbox'
|
||||||
|
|
||||||
compileSdk android_api_version
|
compileSdk android_api_version
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
@@ -76,7 +78,6 @@ dependencies {
|
|||||||
implementation project(':profile_rscs')
|
implementation project(':profile_rscs')
|
||||||
|
|
||||||
implementation project(':profile_uart')
|
implementation project(':profile_uart')
|
||||||
// implementation project(':profile_dfu')
|
|
||||||
|
|
||||||
implementation project(":lib_theme")
|
implementation project(":lib_theme")
|
||||||
implementation project(":lib_utils")
|
implementation project(":lib_utils")
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="no.nordicsemi.android.nrftoolbox">
|
|
||||||
|
|
||||||
<queries>
|
<queries>
|
||||||
<package android:name="no.nordicsemi.android.dfu" />
|
<package android:name="no.nordicsemi.android.dfu" />
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.1.2'
|
classpath 'com.android.tools.build:gradle:7.1.3'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE"
|
classpath "io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE"
|
||||||
classpath "com.google.dagger:hilt-android-gradle-plugin:2.40.4"
|
classpath "com.google.dagger:hilt-android-gradle-plugin:2.40.4"
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
apply from: rootProject.file("library.gradle")
|
apply from: rootProject.file("library.gradle")
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.logger'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.nordic.log
|
implementation libs.nordic.log
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="no.nordicsemi.android.logger">
|
|
||||||
|
|
||||||
<uses-permission android:name="no.nordicsemi.android.LOG"/>
|
<uses-permission android:name="no.nordicsemi.android.LOG"/>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
apply from: rootProject.file("library.gradle")
|
apply from: rootProject.file("library.gradle")
|
||||||
apply plugin: 'kotlin-parcelize'
|
apply plugin: 'kotlin-parcelize'
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.service'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":lib_theme")
|
implementation project(":lib_theme")
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="no.nordicsemi.android.service">
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
|
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
apply from: rootProject.file("library.gradle")
|
apply from: rootProject.file("library.gradle")
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.theme'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":lib_log")
|
implementation project(":lib_log")
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="no.nordicsemi.android.theme">
|
<manifest>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
@@ -1,6 +1,10 @@
|
|||||||
apply from: rootProject.file("library.gradle")
|
apply from: rootProject.file("library.gradle")
|
||||||
apply plugin: 'kotlin-parcelize'
|
apply plugin: 'kotlin-parcelize'
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.utils'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.nordic.navigation
|
implementation libs.nordic.navigation
|
||||||
implementation libs.nordic.ui.scanner
|
implementation libs.nordic.ui.scanner
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="no.nordicsemi.android.utils">
|
<manifest>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
@@ -24,3 +24,7 @@ dependencies {
|
|||||||
|
|
||||||
testImplementation libs.bundles.test
|
testImplementation libs.bundles.test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.bps'
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="no.nordicsemi.android.bps">
|
<manifest>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
@@ -1,6 +1,10 @@
|
|||||||
apply from: rootProject.file("library.gradle")
|
apply from: rootProject.file("library.gradle")
|
||||||
apply plugin: 'kotlin-parcelize'
|
apply plugin: 'kotlin-parcelize'
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.cgms'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":lib_service")
|
implementation project(":lib_service")
|
||||||
implementation project(":lib_theme")
|
implementation project(":lib_theme")
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="no.nordicsemi.android.cgms">
|
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
<service android:name=".repository.CGMService" />
|
<service android:name=".repository.CGMService" />
|
||||||
|
|||||||
@@ -24,3 +24,7 @@ dependencies {
|
|||||||
|
|
||||||
testImplementation libs.bundles.test
|
testImplementation libs.bundles.test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.csc'
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="no.nordicsemi.android.csc">
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
apply from: rootProject.file("library.gradle")
|
apply from: rootProject.file("library.gradle")
|
||||||
apply plugin: 'kotlin-parcelize'
|
apply plugin: 'kotlin-parcelize'
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.gls'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":lib_service")
|
implementation project(":lib_service")
|
||||||
implementation project(":lib_theme")
|
implementation project(":lib_theme")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="no.nordicsemi.android.gls">
|
<manifest>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
@@ -1,6 +1,10 @@
|
|||||||
apply from: rootProject.file("library.gradle")
|
apply from: rootProject.file("library.gradle")
|
||||||
apply plugin: 'kotlin-parcelize'
|
apply plugin: 'kotlin-parcelize'
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.hrs'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":lib_service")
|
implementation project(":lib_service")
|
||||||
implementation project(":lib_theme")
|
implementation project(":lib_theme")
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="no.nordicsemi.android.hrs">
|
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
<service android:name=".service.HRSService" />
|
<service android:name=".service.HRSService" />
|
||||||
|
|||||||
@@ -24,3 +24,7 @@ dependencies {
|
|||||||
|
|
||||||
testImplementation libs.bundles.test
|
testImplementation libs.bundles.test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.hts'
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="no.nordicsemi.android.hts">
|
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
<service android:name=".repository.HTSService" />
|
<service android:name=".repository.HTSService" />
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
apply from: rootProject.file("library.gradle")
|
apply from: rootProject.file("library.gradle")
|
||||||
apply plugin: 'kotlin-parcelize'
|
apply plugin: 'kotlin-parcelize'
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.prx'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":lib_service")
|
implementation project(":lib_service")
|
||||||
implementation project(":lib_theme")
|
implementation project(":lib_theme")
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="no.nordicsemi.android.prx">
|
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
<service android:name=".repository.PRXService"/>
|
<service android:name=".repository.PRXService"/>
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
apply from: rootProject.file("library.gradle")
|
apply from: rootProject.file("library.gradle")
|
||||||
apply plugin: 'kotlin-parcelize'
|
apply plugin: 'kotlin-parcelize'
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.rscs'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":lib_service")
|
implementation project(":lib_service")
|
||||||
implementation project(":lib_theme")
|
implementation project(":lib_theme")
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="no.nordicsemi.android.rscs">
|
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
<service android:name=".repository.RSCSService"/>
|
<service android:name=".repository.RSCSService"/>
|
||||||
|
|||||||
@@ -55,3 +55,7 @@ dependencies {
|
|||||||
exclude group: 'xpp3', module: 'xpp3'
|
exclude group: 'xpp3', module: 'xpp3'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace 'no.nordicsemi.android.uart'
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="no.nordicsemi.android.uart">
|
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
<service android:name=".repository.UARTService" />
|
<service android:name=".repository.UARTService" />
|
||||||
|
|||||||
Reference in New Issue
Block a user