File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ install_sdk() {
6868  rm -rf " ${SDK_INSTALLATION_DIR} "   &&  mkdir -p " ${SDK_INSTALLATION_DIR} " 
6969
7070  #  These are the tools needed to build Android apps
71-   yes |  /opt/cmdline-tools/bin/sdkmanager --sdk_root=" ${SDK_INSTALLATION_DIR} "   --install " platforms;android-34 " 
72-   yes |  /opt/cmdline-tools/bin/sdkmanager --sdk_root=" ${SDK_INSTALLATION_DIR} "   --install " build-tools;33 .0.1 " 
71+   yes |  /opt/cmdline-tools/bin/sdkmanager --sdk_root=" ${SDK_INSTALLATION_DIR} "   --install " platforms;android-35 " 
72+   yes |  /opt/cmdline-tools/bin/sdkmanager --sdk_root=" ${SDK_INSTALLATION_DIR} "   --install " build-tools;34 .0.0 " 
7373  #  And some more tools for future emulator tests
7474  yes |  /opt/cmdline-tools/bin/sdkmanager --sdk_root=" ${SDK_INSTALLATION_DIR} "   --install " platform-tools" 
7575  yes |  /opt/cmdline-tools/bin/sdkmanager --sdk_root=" ${SDK_INSTALLATION_DIR} "   --install " tools" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments