diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index e51fe08..4952da3 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
env:
JAVA_VERSION: "17"
- FLUTTER_VERSION: "3.32.5"
+ FLUTTER_VERSION: "3.38.5"
steps:
- uses: actions/checkout@v4
diff --git a/README.md b/README.md
index 6cd6244..1c0b827 100644
--- a/README.md
+++ b/README.md
@@ -8,67 +8,3 @@ Billion Sport Live brings you the thrill of live sports right to your fingertips
- **Catch Up with Free Highlights** – Missed the match? No worries! Billion Sport Live offers free highlight videos, so you can relive every key moment.
Stay connected to the sports you love, anytime, anywhere, with Billion Sport Live. Download now and never miss a game again!
-
-### Remote Config
-
-```json
-{
- "live_match_list_page": "{ \"native\": true, \"banner\": true, \"interstitial\": true, \"rewarded\": true }",
- "live_match_detail_page": "{ \"native\": true, \"banner\": true, \"interstitial\": true, \"rewarded\": true }",
- "highlight_list_page": "{ \"native\": true, \"banner\": true, \"interstitial\": true, \"rewarded\": true }",
- "latest_build": "10",
- "latest_version": "1.0.9",
- "force_update": "true",
- "banner_ad": "ca-app-pub-7567997114394639/8648546201",
- "interstitial_ad": "ca-app-pub-7567997114394639/1475405831",
- "native_ad": "ca-app-pub-7567997114394639/9425876604",
- "rewarded_ad": "ca-app-pub-7567997114394639/8288226195",
- "show_ads": "true",
- "app_open_ad": "ca-app-pub-7567997114394639/7748304172",
- "show_app_open_ad": "true",
- "show_banner_ad": "true",
- "show_native_ad": "true",
- "show_interstitial_ad": "true",
- "show_rewarded_ad": "true",
- "show_ads_in_match_list": "true",
- "show_ads_in_match_detail": "true",
- "show_ads_in_highlight_list": "true"
-}
-```
-
-
-### Test Deep Links
-
-Test `bsl://open.bsl.app:`
-
-Use ADB to simulate the custom schema:
-
-```bash
-adb shell am start -a android.intent.action.VIEW -d "bsl://open.bsl.app" com.billion.sport_live
-```
-
-Test `bsl://kyawzayartun.com:`
-
-Use ADB for the HTTPS link:
-
-```bash
-adb shell am start -a android.intent.action.VIEW -d "bsl://kyawzayartun.com" com.billion.sport_live
-```
-
-```bash
-adb shell am start -a android.intent.action.VIEW -d "https://play.google.com/store/apps/details?id=com.billion.sport_live" com.billion.sport_live
-```
-
-### Test App Links
-
-**Test with ADB:**
-
-Run the following command to test:
-
-```bash
-adb shell am start -a android.intent.action.VIEW -d "https://www.kyawzayartun.com/bsl" com.billion.sport_live
-```
-
-```bash
-adb shell am start -a android.intent.action.VIEW -d "https://kyawzayartun.com/bsl" com.billion.sport_live
-```
diff --git a/analysis_options.yaml b/analysis_options.yaml
index 6367359..3771ab6 100644
--- a/analysis_options.yaml
+++ b/analysis_options.yaml
@@ -10,7 +10,10 @@ analyzer:
errors:
invalid_annotation_target: ignore
plugins:
- - custom_lint
+ - riverpod_lint
linter:
rules:
+
+plugins:
+ riverpod_lint: ^3.1.0
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 76b1829..b7da84a 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -18,16 +18,15 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "com.billion.sport_live"
compileSdk = flutter.compileSdkVersion
- ndkVersion = "27.0.12077973"
- // ndkVersion = flutter.ndkVersion
+ ndkVersion = flutter.ndkVersion
compileOptions {
- sourceCompatibility = JavaVersion.VERSION_11
- targetCompatibility = JavaVersion.VERSION_11
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
- jvmTarget = JavaVersion.VERSION_11
+ jvmTarget = JavaVersion.VERSION_17
}
defaultConfig {
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index e70ddcf..2755350 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -4,9 +4,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-