Fix warning in Versions.kt: const and naming convention.
This commit is contained in:
parent
5eeb46702f
commit
6a1e9d0321
4 changed files with 11 additions and 11 deletions
|
|
@ -15,7 +15,7 @@ import java.io.File
|
|||
|
||||
fun CommonExtension<*, *, *, *, *, *>.androidConfig(project: Project) {
|
||||
defaultConfig {
|
||||
compileSdk = Versions.compileSdk
|
||||
compileSdk = Versions.COMPILE_SDK
|
||||
minSdk = Versions.minSdk
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue