diff --git a/docs/history-m2.png b/docs/history-m2.png new file mode 100644 index 0000000..6b09441 Binary files /dev/null and b/docs/history-m2.png differ diff --git a/docs/home-m2.png b/docs/home-m2.png new file mode 100644 index 0000000..cc20b8c Binary files /dev/null and b/docs/home-m2.png differ diff --git a/docs/settings-m2.png b/docs/settings-m2.png new file mode 100644 index 0000000..5aaacbf Binary files /dev/null and b/docs/settings-m2.png differ diff --git a/tasks.org b/tasks.org index ab89836..e4d76a1 100644 --- a/tasks.org +++ b/tasks.org @@ -203,8 +203,10 @@ server/Dockerfile uses python:3.11-slim, installs deps, copies app/, exposes 876 - jetpack compose enabled. - min sdk is reasonable for current personal device. - app id is stable, e.g. `me.hgsky.phonecapture`. + *** notes Gradle project in android/. AGP 8.7.3, Kotlin 2.0.21, Compose BOM 2024.10.01. minSdk=31, compileSdk=36. App ID is me.hgsky.synq. Open android/ in Android Studio and hit Sync — AS will download the Gradle wrapper (8.9) automatically. + *** evidence - commit: 19b05a8 - tests: Gradle sync in Android Studio (manual step)