Increase Gradle version to 7.1.3

This commit is contained in:
Sylwester Zieliński
2022-04-08 13:27:50 +02:00
parent ea71565040
commit e618d4c949
29 changed files with 69 additions and 26 deletions

View File

@@ -1,6 +1,10 @@
apply from: rootProject.file("library.gradle")
apply plugin: 'kotlin-parcelize'
android {
namespace 'no.nordicsemi.android.hrs'
}
dependencies {
implementation project(":lib_service")
implementation project(":lib_theme")

View File

@@ -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.hrs">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<service android:name=".service.HRSService" />