From fe5acddafd257ae395b61bb94c205b58af9ae712 Mon Sep 17 00:00:00 2001 From: shabinder Date: Mon, 4 Jan 2021 01:37:59 +0530 Subject: [PATCH] In-App Update Fix. --- app/src/main/java/com/shabinder/spotiflyer/MainActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/shabinder/spotiflyer/MainActivity.kt b/app/src/main/java/com/shabinder/spotiflyer/MainActivity.kt index 7460bc10..d48af196 100644 --- a/app/src/main/java/com/shabinder/spotiflyer/MainActivity.kt +++ b/app/src/main/java/com/shabinder/spotiflyer/MainActivity.kt @@ -125,7 +125,7 @@ class MainActivity: AppCompatActivity(), PaymentResultListener { setDisplay(Display.NOTIFICATION) showAppUpdated(false)//true:Show App is Updated Dialog setUpdateFrom(UpdateFrom.XML) - setUpdateXML("https://raw.githubusercontent.com/Shabinder/SpotiFlyer/master/app/src/main/res/xml/app_update.xml") + setUpdateXML("https://raw.githubusercontent.com/Shabinder/SpotiFlyer/Compose/app/src/main/res/xml/app_update.xml") setCancelable(false) start() }