We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22a2a9d + 62da642 commit 3141e90Copy full SHA for 3141e90
2 files changed
demo-vue/app/components/Home.vue
@@ -30,7 +30,6 @@
30
ref="apiPicker"
31
row="2"
32
padding="10"
33
- :pickerTitle="pickerTitle"
34
for="item in pickerObjects"
35
textField="description"
36
valueField="name"
demo/app/App_Resources/Android/app.gradle
@@ -8,7 +8,6 @@
8
android {
9
defaultConfig {
10
generatedDensities = []
11
- applicationId = "org.nativescript.demo"
12
}
13
aaptOptions {
14
additionalParameters "--no-version-vectors"
0 commit comments