v0.7.0: moved SDK declarations to build.gradle

This commit is contained in:
Evan Debenham
2018-08-20 22:00:35 -04:00
parent f86945cb91
commit 67a5925e87
4 changed files with 7 additions and 7 deletions

View File

@@ -29,6 +29,11 @@ android {
}
}
defaultConfig {
//noinspection MinSdkTooLow
minSdkVersion 8
}
}
dependencies {