madenmustafa1 / easy-bitmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy Bitmap

Project gradle

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

or

Settings gradle

dependencyResolutionManagement {
    repositories {
	    ...
        maven { url "https://jitpack.io" }
    }
}

App gradle

implementation 'com.github.madenmustafa1.easy-bitmap:easy-bitmap:version'
implementation 'com.github.madenmustafa1.easy-bitmap:easy-bitmap-ai:version'

About


Languages

Language:Kotlin 100.0%