|
|
|
|
119
|
}
|
119
|
}
|
120
|
}
|
120
|
}
|
121
|
|
121
|
|
122
|
-def support_version = getExtOrDefault('supportLibVersion')
|
|
|
123
|
def kotlin_version = getExtOrDefault('kotlinVersion')
|
122
|
def kotlin_version = getExtOrDefault('kotlinVersion')
|
124
|
|
123
|
|
125
|
dependencies {
|
124
|
dependencies {
|
126
|
//noinspection GradleDynamicVersion
|
125
|
//noinspection GradleDynamicVersion
|
127
|
api 'com.facebook.react:react-native:+'
|
126
|
api 'com.facebook.react:react-native:+'
|
128
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
127
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
129
|
- implementation "com.android.support:appcompat-v7:$support_version"
|
|
|
130
|
}
|
128
|
}
|