File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99    steps :
1010      - checkout 
1111      - run : git submodule update --init --recursive 
12-       - run : rustup default nightly && rustup update  
12+       - run : rustup default nightly-2022-08-28  
1313      - run : cd core/src/main/rust/shadowsocks-rust && rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android 
1414      - restore_cache :
1515          key : jars-{{ checksum "build.gradle.kts" }} 
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ fun Project.setupCore() {
5959    setupCommon()
6060    android.apply  {
6161        defaultConfig {
62-             versionCode =  5030050 
63-             versionName =  " 5.3.0 -nightly" 
62+             versionCode =  5030150 
63+             versionName =  " 5.3.1 -nightly" 
6464        }
6565        compileOptions.isCoreLibraryDesugaringEnabled =  true 
6666        lint.apply  {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments