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 | *.iml | ||||||
| .gradle | .gradle | ||||||
| /local.properties | /local.properties | ||||||
| /.idea/workspace.xml | /gradle.properties | ||||||
| /.idea/libraries | /.idea/ | ||||||
| .DS_Store | .DS_Store | ||||||
| /build | /build | ||||||
| /captures | /captures | ||||||
|  | release.keystore | ||||||
|   | |||||||
| @@ -1,9 +1,16 @@ | |||||||
| apply plugin: 'com.android.application' | apply plugin: 'com.android.application' | ||||||
|  |  | ||||||
| android { | android { | ||||||
|  |     signingConfigs { | ||||||
|  |         config { | ||||||
|  |             keyAlias RELEASE_KEY_ALIAS | ||||||
|  |             keyPassword RELEASE_KEY_PASSWORD | ||||||
|  |             storeFile file('../release.keystore') | ||||||
|  |             storePassword RELEASE_STORE_PASSWORD | ||||||
|  |         } | ||||||
|  |     } | ||||||
|     compileSdkVersion 23 |     compileSdkVersion 23 | ||||||
|     buildToolsVersion "23.0.2" |     buildToolsVersion "23.0.2" | ||||||
|  |  | ||||||
|     defaultConfig { |     defaultConfig { | ||||||
|         applicationId "flashlight.simplemobiletools.com" |         applicationId "flashlight.simplemobiletools.com" | ||||||
|         minSdkVersion 16 |         minSdkVersion 16 | ||||||
| @@ -13,8 +20,9 @@ android { | |||||||
|     } |     } | ||||||
|     buildTypes { |     buildTypes { | ||||||
|         release { |         release { | ||||||
|             minifyEnabled false |             minifyEnabled true | ||||||
|             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||||||
|  |             signingConfig signingConfigs.config | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user