npx cap add android, plus the SQLite and Keyboard plugins and android:windowSoftInputMode="adjustResize" so the on-screen 한글 keyboard is not covered by the system one. npx cap sync copies dist/ — including the dictionary band files — into the APK's assets, so the phone build is as offline as the web one. Build output is gitignored; the project itself is committed. No APK has been built: this machine has no Android SDK, so sqlite.native.ts has never executed. test/db/conformance.ts is exported precisely so it can be pointed at openNativeDb() on a device. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
16 lines
498 B
Groovy
16 lines
498 B
Groovy
ext {
|
|
minSdkVersion = 24
|
|
compileSdkVersion = 36
|
|
targetSdkVersion = 36
|
|
androidxActivityVersion = '1.11.0'
|
|
androidxAppCompatVersion = '1.7.1'
|
|
androidxCoordinatorLayoutVersion = '1.3.0'
|
|
androidxCoreVersion = '1.17.0'
|
|
androidxFragmentVersion = '1.8.9'
|
|
coreSplashScreenVersion = '1.2.0'
|
|
androidxWebkitVersion = '1.14.0'
|
|
junitVersion = '4.13.2'
|
|
androidxJunitVersion = '1.3.0'
|
|
androidxEspressoCoreVersion = '3.7.0'
|
|
cordovaAndroidVersion = '14.0.1'
|
|
} |