diff --git a/OmetriaSDK/build.gradle.kts b/OmetriaSDK/build.gradle.kts index f7232b3..4ac1ea9 100644 --- a/OmetriaSDK/build.gradle.kts +++ b/OmetriaSDK/build.gradle.kts @@ -1,4 +1,4 @@ -val versionName = "1.6.2" +val versionName = "1.7.0" plugins { id("com.android.library") @@ -43,7 +43,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-common-java8:2.6.1") // Add the SDK for Firebase Cloud Messaging - implementation("com.google.firebase:firebase-messaging:23.2.0") + implementation("com.google.firebase:firebase-messaging:24.0.0") } // Publishing @@ -53,4 +53,4 @@ extra.apply { set("PUBLISH_VERSION", versionName) } -apply("${rootProject.projectDir}/scripts/publish-mavencentral.gradle") \ No newline at end of file +apply("${rootProject.projectDir}/scripts/publish-mavencentral.gradle") diff --git a/README.md b/README.md index bb63271..aabf22b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To install the library inside **Android Studio**, declare it as dependency in yo ```gradle dependencies { - implementation 'com.ometria:android-sdk:1.6.2' + implementation 'com.ometria:android-sdk:1.7.0' } ``` diff --git a/app/build.gradle.kts b/app/build.gradle.kts index da2ad3a..d633e52 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -60,5 +60,6 @@ dependencies { implementation("androidx.work:work-runtime:2.8.1") // Add the SDK for Firebase Cloud Messaging - implementation("com.google.firebase:firebase-messaging:23.2.0") -} \ No newline at end of file + implementation("com.google.firebase:firebase-messaging:24.0.0") + implementation("com.google.android.gms:play-services-base:18.4.0") +} diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a498f0b..ab5f312 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -6,7 +6,6 @@ - \ No newline at end of file +