Compare commits
	
		
			1 Commits
		
	
	
		
			11
			...
			7a59c59d47
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 7a59c59d47 | 
@@ -1,13 +1,13 @@
 | 
				
			|||||||
apply plugin: 'com.android.application'
 | 
					apply plugin: 'com.android.application'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
android {
 | 
					android {
 | 
				
			||||||
    compileSdkVersion 23
 | 
					    compileSdkVersion 36
 | 
				
			||||||
    buildToolsVersion "23.0.2"
 | 
					    buildToolsVersion "23.0.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    defaultConfig {
 | 
					    defaultConfig {
 | 
				
			||||||
        applicationId "com.hyperling.carbupbeta"
 | 
					        applicationId "com.hyperling.carbupbeta"
 | 
				
			||||||
        minSdkVersion 8
 | 
					        minSdkVersion 8
 | 
				
			||||||
        targetSdkVersion 23
 | 
					        targetSdkVersion 36
 | 
				
			||||||
        versionCode 6
 | 
					        versionCode 6
 | 
				
			||||||
        versionName "0.11"
 | 
					        versionName "0.11"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user