Disables minification of release builds.
This commit is contained in:
		| @@ -44,7 +44,7 @@ android { | |||||||
|         release { |         release { | ||||||
|             // Enables code shrinking, obfuscation, and optimization for only |             // Enables code shrinking, obfuscation, and optimization for only | ||||||
|             // your project's release build type. |             // your project's release build type. | ||||||
|             minifyEnabled true |             minifyEnabled false | ||||||
|  |  | ||||||
|             // Enables resource shrinking, which is performed by the |             // Enables resource shrinking, which is performed by the | ||||||
|             // Android Gradle plugin. |             // Android Gradle plugin. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tom Hicks
						Tom Hicks