Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #116 from liutikas/patch-1
Browse files Browse the repository at this point in the history
Use targetSdk for setting targetSdkVersion
  • Loading branch information
tjohns authored May 3, 2018
2 parents 752159b + 7f1dff5 commit 683bf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
compileSdkVersion rootProject.compileSdk

defaultConfig {
targetSdkVersion rootProject.compileSdk
targetSdkVersion rootProject.targetSdk
minSdkVersion rootProject.minSdk
missingDimensionStrategy 'delivery', 'installed'
}
Expand Down

0 comments on commit 683bf78

Please sign in to comment.