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 = { ->
145145 if (appGradle. exists()) {
146146 println " \t + applying user-defined configuration from ${ appGradle} "
147147 apply from : pathToAppGradle
148+ } else {
149+ println " \t + couldn't load user-defined configuration from ${ appGradle} . File doesn't exist."
148150 }
149151}
150152
@@ -225,6 +227,8 @@ android {
225227 }
226228 }
227229
230+ applyAppGradleConfiguration()
231+
228232 def dimensions = applyPluginsIncludeGradleConfigurations()
229233
230234 flavorDimensions(* dimensions)
Original file line number Diff line number Diff line change 11{
22 "name" : " tns-android" ,
33 "description" : " NativeScript Runtime for Android" ,
4- "version" : " 3.3.0 " ,
4+ "version" : " 3.3.1 " ,
55 "files" : [
66 " **/*"
77 ]
You can’t perform that action at this time.
0 commit comments