Releases: irvine1231/flutter_app_installer
Releases · irvine1231/flutter_app_installer
v2.0.0
- BREAKING: Minimum SDK bumped to Android 5.0 (API 21)
- BREAKING: Requires Dart 3.0+ and Flutter 3.10+
- Upgraded AGP 7.2.0 → 8.3.2, Gradle 7.5 → 8.6, Kotlin 1.7.10 → 1.9.22
- Updated compileSdk to 34 and Java/Kotlin target to 17
- Supports building with JDK 11, 17, and 21 LTS
- Migrated example app to AGP 8.x plugin management
v1.0.2
Solve the build error for namespace for AGP 8.0 compatibility.
v1.0.1
- Minor fix to Kotlin lowercase error when compiling Flutter app
v1.0.0
- Change method call from static to non-static.
- Upgrade Flutter, Kotlin, and gradle version.
v0.0.3
- Update README.md
v0.0.2
- Update README.md.
v0.0.1
- Add versionName, versionCode, isDeviceRooted, isSystemApplication, and hasShellRootPermission properties.
- Implements install apk with Android Intent.
- Implements install apk silently.