Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: CD get the old ndk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorianbse committed Oct 12, 2023
1 parent ed08e66 commit 6463dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "20.1.5948944"
ndkVersion = "21.4.7075529"
}
repositories {
google()
Expand Down

0 comments on commit 6463dd7

Please sign in to comment.