We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f947e commit 1ca9de6Copy full SHA for 1ca9de6
android/build.gradle
@@ -127,10 +127,11 @@ repositories {
127
}
128
129
def kotlin_version = getExtOrDefault('kotlinVersion')
130
+def ktx_version = getExtOrDefault('ktxVersion')
131
132
dependencies {
133
// noinspection GradleDynamicVersion
134
api 'com.facebook.react:react-native:+'
135
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
- implementation "androidx.core:core-ktx:$kotlin_version"
136
+ implementation "androidx.core:core-ktx:$ktx_version"
137
android/gradle.properties
@@ -1,4 +1,5 @@
1
ShadowView_kotlinVersion=1.5.0
2
+ShadowView_ktxVersion=1.7.0
3
ShadowView_compileSdkVersion=29
4
ShadowView_buildToolsVersion=29.0.2
5
ShadowView_targetSdkVersion=29
0 commit comments