Compare commits
	
		
			1 Commits
		
	
	
		
			Final
			...
			058e854606
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 058e854606 | 
@@ -1,12 +1,12 @@
 | 
				
			|||||||
apply plugin: 'com.android.application'
 | 
					apply plugin: 'com.android.application'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
android {
 | 
					android {
 | 
				
			||||||
    compileSdkVersion 28
 | 
					    compileSdkVersion 36
 | 
				
			||||||
    buildToolsVersion '28.0.3'
 | 
					    buildToolsVersion '28.0.3'
 | 
				
			||||||
    defaultConfig {
 | 
					    defaultConfig {
 | 
				
			||||||
        applicationId "com.hyperling.apps.infinitetimer"
 | 
					        applicationId "com.hyperling.apps.infinitetimer"
 | 
				
			||||||
        minSdkVersion 15
 | 
					        minSdkVersion 15
 | 
				
			||||||
        targetSdkVersion 28
 | 
					        targetSdkVersion 36
 | 
				
			||||||
        versionCode 7
 | 
					        versionCode 7
 | 
				
			||||||
        versionName "1.06"
 | 
					        versionName "1.06"
 | 
				
			||||||
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
 | 
					        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user