bump sdk, gradle and deps - #585
Conversation
|
bumping targetSdk is always error-prone :/ |
|
Try without this line first. |
|
The SDK version should be bumped in https://github.com/koreader/koreader-base/blob/master/toolchain/Makefile#L34, and an updated koandroid docker image need to be cut. |
|
|
For the builtin Kotlin / new DSL stuff: |
|
Do we need all those new gradle properties? I've had success locally building and running an ARM APK with just: org.gradle.warning.mode=all
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configureondemand=true
org.gradle.parallel=true
# Use AndroidX compat libraries
android.useAndroidX=true
# Fallback values used in gradle build
projectName=luajit-launcher
versCode=1
versName=1.0
assetsPath=../assets
libsPath=../libs
# JNI libraries
sevenZipLib=z
# Compilation features
android.defaults.buildfeatures.shaders=false |
|
oh, I saw the builtin Kotlin / new DSL stuff but I thought it was going to be hard. Do you want to commit it as part of this PR?
At least |
What does that do? I can't find any documentation. |
|
I updated my docker image with your latest change from koreader/koreader-base#2286, and now of course the build is broken… |
|
I guess we would need to bump to |
|
OK, I re-tagged it to the previous version, let's forget about |
It seems to build fine on GA wihout it: https://github.com/benoit-pierre/android-luajit-launcher/actions/runs/22800505004. Might be some interaction with some of those other properties… |
|
OK, so linked to
|
|
We can get rid of |
|
And the APK seems to work fine without |
Co-authored-by: Benoit Pierre <benoit.pierre@gmail.com>
superseedes #572
This change is