mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-11-04 00:40:49 +00:00 
			
		
		
		
	Merge pull request #5 from lacerta-doc/common/update_version_rule
バージョン名の運用を変更
This commit is contained in:
		
						commit
						9722a3d9b7
					
				@ -13,8 +13,10 @@ android {
 | 
			
		||||
        targetSdk 33
 | 
			
		||||
 | 
			
		||||
        // Develop上では次回のリリースバージョンを指定
 | 
			
		||||
        versionCode 1000
 | 
			
		||||
        versionName "1.0.0"
 | 
			
		||||
        // ベータ, Internal, Release問わず毎回インクリメントする
 | 
			
		||||
        // https://developer.android.com/studio/publish/versioning#versioningsettings
 | 
			
		||||
        versionCode 2
 | 
			
		||||
        versionName "0.1 Internal release 2"
 | 
			
		||||
 | 
			
		||||
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user