SQLite Android AAR Version Mismatch: sqlite_version() Reports 3.46.0 Instead of 3.46.1
Discrepancy Between sqlite-android-3460100.aar Implementation and Runtime Version Reporting 1. Core Symptom: SQLite Version Mismatch in Android Build Pipeline The fundamental conflict arises when an Android application built with the official SQLite Android Archive (AAR) file sqlite-android-3460100.aar reports version 3.46.0 via SELECT sqlite_version() at runtime, despite the AAR’s metadata and included binaries containing 3.46.1 identifiers. This…