To get a Git project into your build:
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.antoxa2584x:TvNoiseView:Tag'
}
<devs.goldenpie.com.tvnoiseview.TvNoiseView
android:layout_width="match_parent"
android:layout_height="match_parent"/>