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;28.0.12674087 " 
49+           sdkmanager --install "ndk;28.0.12916984 " 
5050
5151name : Build native libraries 
5252        run : | 
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ android {
248248    }
249249
250250    compileSdkVersion 35
251-     ndkVersion " 28.0.12674087 " 
251+     ndkVersion " 28.0.12916984 " 
252252    defaultConfig {
253253        if  (buildAsApplication) {
254254            applicationId " com.github.oopetris" 
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ if [ ! -d "toolchains" ]; then
66    mkdir -p toolchains
77fi 
88
9- export  NDK_VER_DOWNLOAD=" r28-beta2 " 
10- export  NDK_VER_DESC=" r28-beta2 " 
9+ export  NDK_VER_DOWNLOAD=" r28-beta3 " 
10+ export  NDK_VER_DESC=" r28-beta3 " 
1111
1212export  BASE_PATH=" $PWD /toolchains/android-ndk-$NDK_VER_DESC " 
1313export  ANDROID_NDK_HOME=" $BASE_PATH " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments