We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5158f4 commit c420063Copy full SHA for c420063
.github/workflows/android.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Setup NDK
48
run: |
49
- sdkmanager --install "ndk;27.0.11718014-beta1"
+ sdkmanager --install "ndk;27.0.11718014"
50
51
52
- name: Build natibe libraries
platforms/android/app/build.gradle
@@ -212,7 +212,7 @@ android {
212
}
213
214
compileSdkVersion 34
215
- ndkVersion "27.0.11718014-beta1"
+ ndkVersion "27.0.11718014-rc1"
216
defaultConfig {
217
if (buildAsApplication) {
218
applicationId "com.github.oopetris"
0 commit comments