chore: update Android test app dependencies to latest stable versions
- Update AndroidX AppCompat from 1.6.1 to 1.7.1 (latest stable)
- Update AndroidX Activity from 1.7.0 to 1.8.2
- Update AndroidX Core from 1.10.0 to 1.12.0
- Update AndroidX Fragment from 1.5.6 to 1.6.2
- Update Core Splash Screen from 1.0.0 to 1.0.1
- Update AndroidX WebKit from 1.6.1 to 1.8.0
- Update compile/target SDK from 33 to 34
- Update Gradle troubleshooting guide with latest versions
Dependency updates:
- androidx.appcompat:appcompat: 1.6.1 → 1.7.1
- androidx.activity:activity: 1.7.0 → 1.8.2
- androidx.core:core: 1.10.0 → 1.12.0
- androidx.fragment:fragment: 1.5.6 → 1.6.2
- androidx.core:core-splashscreen: 1.0.0 → 1.0.1
- androidx.webkit:webkit: 1.6.1 → 1.8.0
- compileSdkVersion: 33 → 34
- targetSdkVersion: 33 → 34
Documentation updates:
- Updated Gradle troubleshooting guide with latest versions
- Added dependency update section
- Updated version compatibility table
- Added AndroidX dependency update examples
Files: 2 modified
- Modified: android/variables.gradle (updated all AndroidX versions)
- Modified: GRADLE_TROUBLESHOOTING.md (updated documentation)
|