mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 14:56:40 +08:00 
			
		
		
		
	android: Use proguard file in relWithDebInfo
This commit is contained in:
		
							parent
							
								
									a0a0703f30
								
							
						
					
					
						commit
						0f06e73a7c
					
				| @ -104,6 +104,10 @@ android { | |||||||
|             signingConfig = signingConfigs.getByName("debug") |             signingConfig = signingConfigs.getByName("debug") | ||||||
|             isMinifyEnabled = true |             isMinifyEnabled = true | ||||||
|             isDebuggable = true |             isDebuggable = true | ||||||
|  |             proguardFiles( | ||||||
|  |                 getDefaultProguardFile("proguard-android.txt"), | ||||||
|  |                 "proguard-rules.pro" | ||||||
|  |             ) | ||||||
|             versionNameSuffix = "-debug" |             versionNameSuffix = "-debug" | ||||||
|             enableAndroidTestCoverage = false |             enableAndroidTestCoverage = false | ||||||
|             isJniDebuggable = true |             isJniDebuggable = true | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user