Change project name to "Child Monitor"

This commit is contained in:
edr
2020-04-22 22:52:08 +02:00
parent 10f2d0a253
commit d0ed6c1bba
29 changed files with 159 additions and 140 deletions

View File

@@ -7,14 +7,14 @@ findbugs {
}
android {
compileSdkVersion 25
compileSdkVersion 26
defaultConfig {
applicationId "protect.babymonitor"
applicationId "child.monitor"
minSdkVersion 19
targetSdkVersion 26
versionCode 3
versionName "0.3"
versionCode 4
versionName "0.4"
}
buildTypes {
@@ -25,7 +25,7 @@ android {
}
dependencies {
compile "com.android.support:support-compat:25.4.0"
compile "com.android.support:support-compat:26.1.0"
}
}