Files
libswipetype/gradle.properties
b4d2f26319
CI / Core C++ Tests (push) Has been cancelled
CI / Android Build (push) Has been cancelled
CI / NDK ABI Build (arm64-v8a) (push) Has been cancelled
CI / NDK ABI Build (armeabi-v7a) (push) Has been cancelled
CI / NDK ABI Build (x86_64) (push) Has been cancelled
feat: Initial commit — libswipetype v0.1.0-dev
Complete swipe typing engine with:
- swipetype-core: C++17 gesture recognition (DTW, adaptive scoring)
- swipetype-android: JNI bridge + Android AAR packaging
- sample-app: Functional IME demo with space bar zone detection
- 48 unit tests (GTest), CI/CD workflows (GitHub Actions)
- Full documentation suite (architecture, API, contributing, security)

Co-authored-by: inventory69 <inventory69@users.noreply.github.com>
Co-authored-by: Hyphonical <Hyphonical@users.noreply.github.com>
2026-02-26 23:02:03 +01:00

18 lines
332 B
Properties

# Project-wide Gradle settings
# Enable AndroidX
android.useAndroidX=true
# JVM settings
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Android SDK/NDK
# NDK version — minimum r25 required
android.ndkVersion=25.2.9519653
# Enable parallel execution
org.gradle.parallel=true
# Enable build cache
org.gradle.caching=true