-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Karim Elshaweish edited this page Jan 29, 2020
·
1 revision
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.KarimElshaweish:ArabsNumbres:Tag'
}
NumberConverter.arabNumber(4.toString())