|
18 | 18 | credentialsVersion = "1.3.0" |
19 | 19 | googleIdVersion = "1.1.1" |
20 | 20 | kotlinxCoroutinesVersion = "1.7.3" |
21 | | - clerkAndroidApiVersion = "1.0.13" |
22 | | - clerkAndroidUiVersion = "1.0.13" |
| 21 | + clerkAndroidApiVersion = "1.0.16" |
| 22 | + clerkAndroidUiVersion = "1.0.16" |
23 | 23 | composeVersion = "1.7.0" |
24 | 24 | activityComposeVersion = "1.9.0" |
25 | 25 | lifecycleVersion = "2.8.0" |
@@ -117,6 +117,16 @@ dependencies { |
117 | 117 | exclude group: 'com.squareup.okhttp3', module: 'okhttp' |
118 | 118 | exclude group: 'com.squareup.okhttp3', module: 'okhttp-urlconnection' |
119 | 119 | } |
| 120 | + // clerk-android-telemetry has a transitive dep on the last released |
| 121 | + // clerk-android-api. Pinning the api explicitly here keeps consumers |
| 122 | + // compiling against the same version we ship the UI from. |
| 123 | + implementation("com.clerk:clerk-android-api:$clerkAndroidApiVersion") { |
| 124 | + exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib' |
| 125 | + exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk7' |
| 126 | + exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8' |
| 127 | + exclude group: 'com.squareup.okhttp3', module: 'okhttp' |
| 128 | + exclude group: 'com.squareup.okhttp3', module: 'okhttp-urlconnection' |
| 129 | + } |
120 | 130 |
|
121 | 131 | // Jetpack Compose for wrapping Clerk views |
122 | 132 | implementation "androidx.compose.ui:ui:$composeVersion" |
|
0 commit comments