Skip to content

Commit

Permalink
Remove extra '=' from SdkVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jul 10, 2019
1 parent 72bb473 commit 292c71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/groovy-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ apply plugin: "com.yelp.codegen.plugin"
android {
compileSdkVersion = 28
defaultConfig {
minSdkVersion = 21
targetSdkVersion = 28
minSdkVersion 21
targetSdkVersion 28
versionCode = 1
versionName = "1.0"
}
Expand Down

0 comments on commit 292c71a

Please sign in to comment.