File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Example_Plugin_Android_NFC/app
Example_Plugin_Android_OMAPI/app Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ android {
6868 defaultConfig {
6969 applicationId = project.findProperty(" androidAppId" ) as String
7070 minSdk = (project.findProperty(" androidMinSdk" ) as String ).toInt()
71+ targetSdk = (project.findProperty(" androidCompileSdk" ) as String ).toInt()
7172 versionCode = (project.findProperty(" androidAppVersionCode" ) as String ).toInt()
7273 versionName = project.findProperty(" androidAppVersionName" ) as String
7374 }
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ android {
7474 defaultConfig {
7575 applicationId = project.findProperty(" androidAppId" ) as String
7676 minSdk = (project.findProperty(" androidMinSdk" ) as String ).toInt()
77+ targetSdk = (project.findProperty(" androidCompileSdk" ) as String ).toInt()
7778 versionCode = (project.findProperty(" androidAppVersionCode" ) as String ).toInt()
7879 versionName = project.findProperty(" androidAppVersionName" ) as String
7980 }
You can’t perform that action at this time.
0 commit comments