Minify APK #2
@@ -7,13 +7,13 @@ android {
 | 
				
			|||||||
        applicationId "apps.hyperling.com.platformer"
 | 
					        applicationId "apps.hyperling.com.platformer"
 | 
				
			||||||
        minSdkVersion 14
 | 
					        minSdkVersion 14
 | 
				
			||||||
        targetSdkVersion 36
 | 
					        targetSdkVersion 36
 | 
				
			||||||
        versionCode 11
 | 
					        versionCode 12
 | 
				
			||||||
        versionName "0.0.10"
 | 
					        versionName "0.0.11"
 | 
				
			||||||
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
 | 
					        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    buildTypes {
 | 
					    buildTypes {
 | 
				
			||||||
        release {
 | 
					        release {
 | 
				
			||||||
            minifyEnabled false
 | 
					            minifyEnabled true
 | 
				
			||||||
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
 | 
					            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user