From e35311ff854c8798f0a020456a5493c94093beb0 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Thu, 21 Oct 2021 17:04:12 +0530 Subject: [PATCH] Reverted to anjlab billing --- app/build.gradle | 4 ++-- app/src/main/res/values/strings.xml | 6 ++++++ build.gradle | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 92a56797..e5f1acbf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -105,7 +105,7 @@ dependencies { //WebServer by NanoHttpd implementation "org.nanohttpd:nanohttpd:2.3.1" - def nav_version = "2.4.0-alpha09" + def nav_version = "2.4.0-alpha10" implementation "androidx.navigation:navigation-runtime-ktx:$nav_version" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version" @@ -121,7 +121,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version" implementation 'com.google.android.play:core-ktx:1.8.1' - implementation 'com.google.android.material:material:1.5.0-alpha03' + implementation 'com.google.android.material:material:1.5.0-alpha04' def retrofit_version = '2.9.0' implementation "com.squareup.retrofit2:retrofit:$retrofit_version" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a9235b04..be470180 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -81,6 +81,10 @@ Audio focus denied. Change the sound settings and adjust the equalizer controls Auto + + + + Backups Biography Just Black Blacklist @@ -124,6 +128,7 @@ Could not restore purchase. Could not scan %d files. Create + Create Created playlist %1$s. Members and contributors Currently listening to %1$s by %2$s. @@ -238,6 +243,7 @@ You have no albums You have no artists "Play a song first, then try again." + No Backups Found No equalizer found You have no genres No lyrics found diff --git a/build.gradle b/build.gradle index b9557bed..e9fc5906 100644 --- a/build.gradle +++ b/build.gradle @@ -18,6 +18,7 @@ buildscript { allprojects { repositories { google() + jcenter() mavenCentral() maven { url "https://jitpack.io" } }