How do I update the minSdk? #13556
Unanswered
mike-lloyd03
asked this question in
Q&A
Replies: 1 comment
-
If you change android or iOS stuff in tauri.conf you currently typically have to rerun the init command to regenerate the project files. This is of course something we want to improve in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to bump the Android minSdk to 26. I've tried updating
tauri.conf.json
:Running
pnpm tauri android dev
doesn't appear to update the necessary gradle file.src-tauri/gen/android/app/build.gradle.kts
:minSdk
is still 24. I could just manually update this, but the Tauri docs seem to indicate that I should be using thetauri.conf.json
file for these kinds of changes.Any idea what's going on here?
Beta Was this translation helpful? Give feedback.
All reactions