Skip to content

rabross/NoiseView

Repository files navigation

GitHub

NoiseView

An Android view that simulates CRT TV static

Dependency

implementation 'com.github.rabross:NoiseView:0.1.2'

Add the JitPack repository to your build.gradle file

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}