mirror of
				https://github.com/SimpleMobileTools/Simple-Flashlight.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	prepare a Release mode
This commit is contained in:
		
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,8 +1,9 @@ | ||||
| *.iml | ||||
| .gradle | ||||
| /local.properties | ||||
| /.idea/workspace.xml | ||||
| /.idea/libraries | ||||
| /gradle.properties | ||||
| /.idea/ | ||||
| .DS_Store | ||||
| /build | ||||
| /captures | ||||
| release.keystore | ||||
|   | ||||
| @@ -1,9 +1,16 @@ | ||||
| apply plugin: 'com.android.application' | ||||
|  | ||||
| android { | ||||
|     signingConfigs { | ||||
|         config { | ||||
|             keyAlias RELEASE_KEY_ALIAS | ||||
|             keyPassword RELEASE_KEY_PASSWORD | ||||
|             storeFile file('../release.keystore') | ||||
|             storePassword RELEASE_STORE_PASSWORD | ||||
|         } | ||||
|     } | ||||
|     compileSdkVersion 23 | ||||
|     buildToolsVersion "23.0.2" | ||||
|  | ||||
|     defaultConfig { | ||||
|         applicationId "flashlight.simplemobiletools.com" | ||||
|         minSdkVersion 16 | ||||
| @@ -13,8 +20,9 @@ android { | ||||
|     } | ||||
|     buildTypes { | ||||
|         release { | ||||
|             minifyEnabled false | ||||
|             minifyEnabled true | ||||
|             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||||
|             signingConfig signingConfigs.config | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user