We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e78e2c commit a770c97Copy full SHA for a770c97
android/build.gradle
@@ -34,8 +34,8 @@ android {
34
compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
35
buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION)
36
defaultConfig {
37
- minSdkVersion safeExtGet('minSdkVersion', DEFAULT_TARGET_SDK_VERSION)
38
- targetSdkVersion safeExtGet('targetSdkVersion', DEFAULT_MIN_SDK_VERSION)
+ minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)
+ targetSdkVersion safeExtGet('targetSdkVersion', DEFAULT_TARGET_SDK_VERSION)
39
versionCode 1
40
versionName computeVersionName()
41
}
0 commit comments