Compare commits
	
		
			2 Commits
		
	
	
		
			5
			...
			1f3745d294
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1f3745d294 | |||
| 25c5df5688 | 
@@ -1,2 +1,3 @@
 | 
				
			|||||||
# android-45-minute-rule
 | 
					# android-45-minute-rule
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Provide a list of alarm suggestions based on a bedtime and tiredness rating.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,15 +1,15 @@
 | 
				
			|||||||
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.the45minuterule"
 | 
					        applicationId "com.hyperling.apps.the45minuterule"
 | 
				
			||||||
        minSdkVersion 15
 | 
					        minSdkVersion 14
 | 
				
			||||||
        targetSdkVersion 28
 | 
					        targetSdkVersion 36
 | 
				
			||||||
        versionCode 7
 | 
					        versionCode 8
 | 
				
			||||||
        versionName "1.06"
 | 
					        versionName "1.07"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    buildTypes {
 | 
					    buildTypes {
 | 
				
			||||||
        release {
 | 
					        release {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user