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,5 +1,9 @@
apply from: rootProject.file("library.gradle")
android {
namespace 'no.nordicsemi.android.theme'
}
dependencies {
implementation project(":lib_log")

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="no.nordicsemi.android.theme">
<manifest>
</manifest>