diff --git a/app/build.gradle b/app/build.gradle index 1e3a830ec..14e95a41f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,6 +91,9 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + // rate this app + implementation "com.vorlonsoft:androidrate:1.2.1" + // Coroutines implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index aab32d86a..9d2d74dd8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -43,6 +43,7 @@ android:required="true" /> + + + Rate Meshtastic + This is an application made by hobbyists, would you mind taking a moment to rate it? If you find bugs, please post in our forum. Thanks for your support! + Rate It Now + Remind Me Later + No, Thanks + \ No newline at end of file