File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
build-artifacts/project-template-gradle Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ def applyAppGradleConfiguration = { ->
145
145
if (appGradle. exists()) {
146
146
println " \t + applying user-defined configuration from ${ appGradle} "
147
147
apply from : pathToAppGradle
148
+ } else {
149
+ println " \t + couldn't load user-defined configuration from ${ appGradle} . File doesn't exist."
148
150
}
149
151
}
150
152
@@ -225,6 +227,8 @@ android {
225
227
}
226
228
}
227
229
230
+ applyAppGradleConfiguration()
231
+
228
232
def dimensions = applyPluginsIncludeGradleConfigurations()
229
233
230
234
flavorDimensions(* dimensions)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tns-android" ,
3
3
"description" : " NativeScript Runtime for Android" ,
4
- "version" : " 3.3.0 " ,
4
+ "version" : " 3.3.1 " ,
5
5
"files" : [
6
6
" **/*"
7
7
]
You can’t perform that action at this time.
0 commit comments