Skip to content

Commit 98d7b5f

Browse files
PIMOB-3506: Update Risk SDK version to 2.1.0 (#295)
1 parent 7ace621 commit 98d7b5f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

buildSrc/src/main/java/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object Versions {
3636
const val moshi = "1.15.1"
3737

3838
// Risk SDK Dependencies
39-
const val riskSdk = "2.0.0"
39+
const val riskSdk = "2.1.0"
4040

4141
// Unit Testing Dependencies
4242
const val junit5Jupiter = "5.8.0"

example_app_frames/lint-baseline.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
id="ObsoleteLintCustomCheck"
66
message="Library lint checks reference invalid APIs; these checks **will be skipped**!

Lint found an issue registry (`androidx.compose.runtime.lint.RuntimeIssueRegistry`)
which contains some references to invalid API:
org.jetbrains.kotlin.analysis.api.session.KtAnalysisSessionProvider: org.jetbrains.kotlin.analysis.api.lifetime.KtLifetimeTokenFactory getTokenFactory()
(Referenced from androidx/compose/runtime/lint/AutoboxingStateCreationDetector.class)

Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`AutoboxingStateValueProperty`
`AutoboxingStateCreation`
`CoroutineCreationDuringComposition`
`FlowOperatorInvokedInComposition`
`ComposableLambdaParameterNaming`
`ComposableLambdaParameterPosition`
`ComposableNaming`
`StateFlowValueCalledInComposition`
`CompositionLocalNaming`
`MutableCollectionMutableState`
`ProduceStateDoesNotAssignValue`
`RememberReturnType`
`OpaqueUnitKey`
`UnrememberedMutableState`

To use this lint check, upgrade to a more recent version
of the library.">
77
<location
8-
file="$GRADLE_USER_HOME/caches/transforms-3/5d60756753ac588eed05a99c575185c1/transformed/jetified-runtime-release/jars/lint.jar"/>
8+
file="$GRADLE_USER_HOME/caches/transforms-3/ee5105f07541a5ac3b90afacf4ec7f34/transformed/jetified-runtime-release/jars/lint.jar"/>
99
</issue>
1010

1111
<issue
1212
id="ObsoleteLintCustomCheck"
1313
message="Library lint checks reference invalid APIs; these checks **will be skipped**!&#xA;&#xA;Lint found an issue registry (`androidx.compose.ui.lint.UiIssueRegistry`)&#xA;which contains some references to invalid API:&#xA;org.jetbrains.kotlin.analysis.api.session.KtAnalysisSessionProvider: org.jetbrains.kotlin.analysis.api.lifetime.KtLifetimeTokenFactory getTokenFactory()&#xA;(Referenced from androidx/compose/ui/lint/ModifierDeclarationDetectorKt$ensureReceiverIsReferenced$1.class)&#xA;&#xA;Therefore, this lint check library is **not** included&#xA;in analysis. This affects the following lint checks:&#xA;`UnnecessaryComposedModifier`&#xA;`ModifierFactoryExtensionFunction`&#xA;`ModifierFactoryReturnType`&#xA;`ModifierFactoryUnreferencedReceiver`&#xA;`ModifierNodeInspectableProperties`&#xA;`ModifierParameter`&#xA;`MultipleAwaitPointerEventScopes`&#xA;`ReturnFromAwaitPointerEventScope`&#xA;`SuspiciousCompositionLocalModifierRead`&#xA;`SuspiciousModifierThen`&#xA;&#xA;To use this lint check, upgrade to a more recent version&#xA;of the library.">
1414
<location
15-
file="$GRADLE_USER_HOME/caches/transforms-3/11e0c50f7294f8015ba7d62a877bed79/transformed/jetified-ui-release/jars/lint.jar"/>
15+
file="$GRADLE_USER_HOME/caches/transforms-3/b4bde755a4a8b7197099d0e7b13dc849/transformed/jetified-ui-release/jars/lint.jar"/>
1616
</issue>
1717

1818
<issue
1919
id="ObsoleteLintCustomCheck"
2020
message="Library lint checks reference invalid APIs; these checks **will be skipped**!&#xA;&#xA;Lint found an issue registry (`androidx.lifecycle.lint.LiveDataCoreIssueRegistry`)&#xA;which contains some references to invalid API:&#xA;org.jetbrains.kotlin.analysis.api.session.KtAnalysisSessionProvider: org.jetbrains.kotlin.analysis.api.lifetime.KtLifetimeTokenFactory getTokenFactory()&#xA;(Referenced from androidx/lifecycle/lint/NonNullableMutableLiveDataDetector$createUastHandler$1.class)&#xA;&#xA;Therefore, this lint check library is **not** included&#xA;in analysis. This affects the following lint checks:&#xA;`NullSafeMutableLiveData`&#xA;&#xA;To use this lint check, upgrade to a more recent version&#xA;of the library.">
2121
<location
22-
file="$GRADLE_USER_HOME/caches/transforms-3/d0c6f2ac58801b6741ccaab8c40fd602/transformed/lifecycle-livedata-core-2.8.3/jars/lint.jar"/>
22+
file="$GRADLE_USER_HOME/caches/transforms-3/3e6f8b77e19489f3b3351ee3499e8d15/transformed/lifecycle-livedata-core-2.8.3/jars/lint.jar"/>
2323
</issue>
2424

2525
<issue

frames/lint-baseline.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
id="ObsoleteLintCustomCheck"
66
message="Library lint checks reference invalid APIs; these checks **will be skipped**!&#xA;&#xA;Lint found an issue registry (`androidx.compose.runtime.lint.RuntimeIssueRegistry`)&#xA;which contains some references to invalid API:&#xA;org.jetbrains.kotlin.analysis.api.session.KtAnalysisSessionProvider: org.jetbrains.kotlin.analysis.api.lifetime.KtLifetimeTokenFactory getTokenFactory()&#xA;(Referenced from androidx/compose/runtime/lint/AutoboxingStateCreationDetector.class)&#xA;&#xA;Therefore, this lint check library is **not** included&#xA;in analysis. This affects the following lint checks:&#xA;`AutoboxingStateValueProperty`&#xA;`AutoboxingStateCreation`&#xA;`CoroutineCreationDuringComposition`&#xA;`FlowOperatorInvokedInComposition`&#xA;`ComposableLambdaParameterNaming`&#xA;`ComposableLambdaParameterPosition`&#xA;`ComposableNaming`&#xA;`StateFlowValueCalledInComposition`&#xA;`CompositionLocalNaming`&#xA;`MutableCollectionMutableState`&#xA;`ProduceStateDoesNotAssignValue`&#xA;`RememberReturnType`&#xA;`OpaqueUnitKey`&#xA;`UnrememberedMutableState`&#xA;&#xA;To use this lint check, upgrade to a more recent version&#xA;of the library.">
77
<location
8-
file="$GRADLE_USER_HOME/caches/transforms-3/5d60756753ac588eed05a99c575185c1/transformed/jetified-runtime-release/jars/lint.jar"/>
8+
file="$GRADLE_USER_HOME/caches/transforms-3/ee5105f07541a5ac3b90afacf4ec7f34/transformed/jetified-runtime-release/jars/lint.jar"/>
99
</issue>
1010

1111
<issue
1212
id="ObsoleteLintCustomCheck"
1313
message="Library lint checks reference invalid APIs; these checks **will be skipped**!&#xA;&#xA;Lint found an issue registry (`androidx.compose.ui.lint.UiIssueRegistry`)&#xA;which contains some references to invalid API:&#xA;org.jetbrains.kotlin.analysis.api.session.KtAnalysisSessionProvider: org.jetbrains.kotlin.analysis.api.lifetime.KtLifetimeTokenFactory getTokenFactory()&#xA;(Referenced from androidx/compose/ui/lint/ModifierDeclarationDetectorKt$ensureReceiverIsReferenced$1.class)&#xA;&#xA;Therefore, this lint check library is **not** included&#xA;in analysis. This affects the following lint checks:&#xA;`UnnecessaryComposedModifier`&#xA;`ModifierFactoryExtensionFunction`&#xA;`ModifierFactoryReturnType`&#xA;`ModifierFactoryUnreferencedReceiver`&#xA;`ModifierNodeInspectableProperties`&#xA;`ModifierParameter`&#xA;`MultipleAwaitPointerEventScopes`&#xA;`ReturnFromAwaitPointerEventScope`&#xA;`SuspiciousCompositionLocalModifierRead`&#xA;`SuspiciousModifierThen`&#xA;&#xA;To use this lint check, upgrade to a more recent version&#xA;of the library.">
1414
<location
15-
file="$GRADLE_USER_HOME/caches/transforms-3/11e0c50f7294f8015ba7d62a877bed79/transformed/jetified-ui-release/jars/lint.jar"/>
15+
file="$GRADLE_USER_HOME/caches/transforms-3/b4bde755a4a8b7197099d0e7b13dc849/transformed/jetified-ui-release/jars/lint.jar"/>
1616
</issue>
1717

1818
<issue
1919
id="ObsoleteLintCustomCheck"
2020
message="Library lint checks reference invalid APIs; these checks **will be skipped**!&#xA;&#xA;Lint found an issue registry (`androidx.lifecycle.lint.LiveDataCoreIssueRegistry`)&#xA;which contains some references to invalid API:&#xA;org.jetbrains.kotlin.analysis.api.session.KtAnalysisSessionProvider: org.jetbrains.kotlin.analysis.api.lifetime.KtLifetimeTokenFactory getTokenFactory()&#xA;(Referenced from androidx/lifecycle/lint/NonNullableMutableLiveDataDetector$createUastHandler$1.class)&#xA;&#xA;Therefore, this lint check library is **not** included&#xA;in analysis. This affects the following lint checks:&#xA;`NullSafeMutableLiveData`&#xA;&#xA;To use this lint check, upgrade to a more recent version&#xA;of the library.">
2121
<location
22-
file="$GRADLE_USER_HOME/caches/transforms-3/d0c6f2ac58801b6741ccaab8c40fd602/transformed/lifecycle-livedata-core-2.8.3/jars/lint.jar"/>
22+
file="$GRADLE_USER_HOME/caches/transforms-3/3e6f8b77e19489f3b3351ee3499e8d15/transformed/lifecycle-livedata-core-2.8.3/jars/lint.jar"/>
2323
</issue>
2424

2525
</issues>

0 commit comments

Comments
 (0)