From d8e76da291abec1bf814fbc6990f82d1652a8499 Mon Sep 17 00:00:00 2001 From: App Upgrade Date: Fri, 24 Mar 2023 21:36:45 +0530 Subject: [PATCH 1/3] Update Support Email --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7bd1ec..c5abdc4 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,6 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information. ## Need help? If you're looking for help, try our [Documentation](https://appupgrade.dev/docs/) or our [FAQ](https://appupgrade.dev/docs/app-upgrade-faq). -If you need support please write to us at appupgrade.dev@gmail.com +If you need support please write to us at support@appupgrade.dev ### Happy Coding!!! From 1e391bf44845b05f49e18b576f4c6a1d647c9ae4 Mon Sep 17 00:00:00 2001 From: App Upgrade Date: Sun, 30 Apr 2023 10:57:41 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index c5abdc4..dbe6d99 100644 --- a/README.md +++ b/README.md @@ -177,8 +177,6 @@ class MainActivity : AppCompatActivity() { val appUpgrade = AppUpgrade() appUpgrade.checkForUpdates(this, xApiKey, appInfo) - - // appUpgrade.checkForUpdates(this, xApiKey, appInfom) } } ``` @@ -211,8 +209,6 @@ class MainActivity : AppCompatActivity() { val appUpgrade = AppUpgrade() appUpgrade.checkForUpdates(this, xApiKey, appInfo) - - // appUpgrade.checkForUpdates(this, xApiKey, appInfom) } } ``` From 02d4a5474acc72edf2b32255a52bfb28a4ba9954 Mon Sep 17 00:00:00 2001 From: App Upgrade Date: Sun, 30 Apr 2023 11:36:18 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbe6d99..869c313 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ public class MainActivity extends AppCompatActivity { ``` ### Note: -1. For opening the app store or play store the app should be live. -2. It might not be able to open the app store or play store in simulator. You can try it in physical device. +1. For opening the play store the app should be live. +2. It might not be able to open the play store in simulator. You can try it in physical device. 3. You can find a sample Kotlin app from here [app-upgrade-android-kotlin-demo-app](https://github.com/appupgrade-dev/app_upgrade_android_kotlin_demo_app) and a sample Java app from here [app-upgrade-android-java-demo-app](https://github.com/appupgrade-dev/app_upgrade_android_java_demo_app) 4. Read detailed blog on how to integrate Kotlin app from here [How to upgrade/force upgrade Android Kotlin app](https://appupgrade.dev/blog/how-to-force-upgrade-android-kotlin-app) and Java app from here [How to upgrade/force upgrade Android Java app](https://appupgrade.dev/blog/how-to-force-upgrade-android-java-app)