You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/project-template-gradle/build.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ task pluginStructureCheck {
192
192
&&
193
193
!fileName.endsWith(".jar")
194
194
){
195
-
println"WARNING: The file: "+ f +" is depricated, you can read more about what will be the expected plugin structure here: (add link to blog post)"
195
+
println"WARNING: The file: "+ f +" is depricated, you can read more about what will be the expected plugin structure here: https://www.nativescript.org/blog/migrating-n-android-plugins-from-version-1.7-to-2.0"
0 commit comments