Android view that allows moving elements around and to resize them
// TODO: Add some useful text here
Edit the build.gradle
of your app module as follows:
repositories {
+ maven { url "https://jitpack.io" }
}
dependencies {
+ implementation 'com.github.kremi151:desk:main-SNAPSHOT'
}