File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646
4747      - name : Setup NDK 
4848        run : | 
49-           sdkmanager --install "ndk;29.0.13846066 " 
49+           sdkmanager --install "ndk;29.0.14206865" " 
5050
5151       - name : Build native libraries 
5252        run : | 
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ android {
322322    }
323323
324324    compileSdkVersion 35
325-     ndkVersion =  " 29.0.13846066 " 
325+     ndkVersion =  " 29.0.14206865 " 
326326    defaultConfig {
327327        if  (buildAsApplication) {
328328            applicationId " com.github.oopetris" 
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ if [ ! -d "toolchains" ]; then
1111    mkdir -p toolchains
1212fi 
1313
14- export  NDK_VER_DOWNLOAD=" r29-beta3 " 
15- export  NDK_VER_DESC=" r29-beta3 " 
14+ export  NDK_VER_DOWNLOAD=" r29" 
15+ export  NDK_VER_DESC=" r29" 
1616
1717export  BASE_PATH=" $PWD /toolchains/android-ndk-$NDK_VER_DESC " 
1818export  ANDROID_NDK_HOME=" $BASE_PATH " 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments