hammer-editor/android
Adam Brown 73185ee7b2
Compile the Android instrumented tests in CI (#518)
buildDebug never touched the androidTest source set, so a stale instrumented
test could - and did - rot unnoticed: HashTest stopped compiling after `tags`
was added to EntityHasher.hashNote.

- Add a :android:assembleDebugAndroidTest step: a fast, emulator-free gate that
  compiles + packages the androidTest source set on every PR.
- Fix the stale HashTest to match the current hashNote signature.
- Exclude the duplicate META-INF/LICENSE files the test deps ship so the
  androidTest APK packages.
2026-05-28 23:07:18 -07:00
..
playstore Prep for Google Play release 2023-04-24 17:55:05 -07:00
src Compile the Android instrumented tests in CI (#518) 2026-05-28 23:07:18 -07:00
build.gradle.kts Compile the Android instrumented tests in CI (#518) 2026-05-28 23:07:18 -07:00
proguard-rules.pro Save exception info from proguard 2025-12-25 11:32:53 -08:00