#Can We edit Gradle Files inside the sk pro app

1 messages · Page 1 of 1 (latest)

magic sorrel
#

Sketchware and Sketchware Pro don't use Gradle, and editing those files changes nothing related to the app. Those files (build.gradle, settings.gradle, etc.) are only for compatibility with Android Studio when the project gets exported to it.

copper pivot
#

No

#

They have a impact on the when I have to import a lib

With jetpack or any thing else, for example here..

allprojects {
repositories {
google()
jcenter()
}
}

So if don't add a jetpack name or link like this

repositories {
mavenCentral()
}

So it shows that library not found .. so for that you could add that feature, it will be awesome ✌️

magic sorrel