Compare commits

..

2 Commits

2 changed files with 6 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
# android-45-minute-rule
Provide a list of alarm suggestions based on a bedtime and tiredness rating.

View File

@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
compileSdkVersion 36
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.hyperling.apps.the45minuterule"
minSdkVersion 15
targetSdkVersion 28
versionCode 7
versionName "1.06"
minSdkVersion 14
targetSdkVersion 36
versionCode 8
versionName "1.07"
}
buildTypes {
release {