Skip to content

Commit

Permalink
read sdk version from config for example project
Browse files Browse the repository at this point in the history
  • Loading branch information
ivpusic committed May 1, 2020
1 parent 56359f9 commit aef83f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ android {
defaultConfig {
applicationId "com.example"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion 29
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit aef83f9

Please sign in to comment.