mirror of
				https://github.com/SimpleMobileTools/Simple-Camera.git
				synced 2025-06-27 09:02:59 +02:00 
			
		
		
		
	Merge pull request #112 from trubitsyn/patch-1
Set unique applicationIdSuffix in debug builds
This commit is contained in:
		| @@ -20,6 +20,9 @@ android { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     buildTypes { |     buildTypes { | ||||||
|  |         debug { | ||||||
|  | 	        applicationIdSuffix ".debug" | ||||||
|  |         } | ||||||
|         release { |         release { | ||||||
|             minifyEnabled true |             minifyEnabled true | ||||||
|             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								app/src/debug/res/values/strings.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								app/src/debug/res/values/strings.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <resources> | ||||||
|  |     <string name="app_launcher_name">Camera_debug</string> | ||||||
|  | </resources> | ||||||
		Reference in New Issue
	
	Block a user