File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010    runs-on: ubuntu-latest 
1111    steps: 
1212    - name: setup-android-tools 
13-       uses: maxim-lobanov/setup-android-tools@1 .0 
13+       uses: maxim-lobanov/setup-android-tools@v1 .0 
1414      with: 
1515        packages: ndk;19.2.5345600 
1616``` 
2121  build: 
2222    runs-on: ubuntu-latest 
2323    steps: 
24-     - uses: maxim-lobanov/setup-android-tools@1 .0 
24+     - uses: maxim-lobanov/setup-android-tools@v1 .0 
2525      with: 
2626        packages: | 
2727          platforms;android-29 
3535  build: 
3636    runs-on: ubuntu-latest 
3737    steps: 
38-     - uses: maxim-lobanov/setup-android-tools@1 .0 
38+     - uses: maxim-lobanov/setup-android-tools@v1 .0 
3939      with: 
4040        packages: ndk;19.2.5345600 
4141        cache: true 
@@ -66,4 +66,4 @@ See "[Caching dependencies to speed up workflows](https://help.github.com/github
6666
6767
6868### License  
69- The scripts and documentation in this project are released under the [ MIT License] ( LICENSE ) 
69+ The scripts and documentation in this project are released under the [ MIT License] ( LICENSE ) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments