Back to All

No variants found for ':react-native-smallcase-gateway'

buildscript {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 24
compileSdkVersion = 32
targetSdkVersion = 30
kotlinVersion = '1.5.0'
ndkVersion = "21.4.7075529"
}
repositories {
google()
mavenCentral()
maven {
url "https://artifactory.smallcase.com/artifactory/gradle-dev-local"
credentials {
username "react_native_user"
password "reactNativeUser123"
}
}