File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Android/RevenueCatUI.androidlib Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'com.android.library'
22
33dependencies {
44 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
5- implementation ' com.revenuecat.purchases:purchases-hybrid-common:17.9 .0'
6- implementation ' com.revenuecat.purchases:purchases-hybrid-common-ui:17.9 .0'
5+ implementation ' com.revenuecat.purchases:purchases-hybrid-common:17.10 .0'
6+ implementation ' com.revenuecat.purchases:purchases-hybrid-common-ui:17.10 .0'
77 implementation ' androidx.activity:activity:1.8.2'
88}
99
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<dependencies >
33 <androidPackages >
4- <androidPackage spec =" com.revenuecat.purchases:purchases-hybrid-common-ui:[17.9 .0]" />
4+ <androidPackage spec =" com.revenuecat.purchases:purchases-hybrid-common-ui:[17.10 .0]" />
55 <androidPackage spec =" androidx.activity:activity:1.8.2" />
66 </androidPackages >
77
88 <iosPods >
9- <iosPod name =" PurchasesHybridCommonUI" version =" ~> 17.9 .0" />
9+ <iosPod name =" PurchasesHybridCommonUI" version =" ~> 17.10 .0" />
1010 </iosPods >
1111</dependencies >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation ' androidx.activity:activity:1.8.2' // Packages/com.revenuecat.purchases-ui-unity/Plugins/Editor/RevenueCatUIDependencies.xml:6
1111 implementation ' androidx.annotation:annotation:[1.2.0]' // Packages/com.revenuecat.purchases-unity/Plugins/Editor/RevenueCatDependencies.xml:5
1212 implementation ' com.revenuecat.purchases:purchases-hybrid-common:[17.10.0]' // Packages/com.revenuecat.purchases-unity/Plugins/Editor/RevenueCatDependencies.xml:4
13- implementation ' com.revenuecat.purchases:purchases-hybrid-common-ui:[17.9 .0]' // Packages/com.revenuecat.purchases-ui-unity/Plugins/Editor/RevenueCatUIDependencies.xml:5
13+ implementation ' com.revenuecat.purchases:purchases-hybrid-common-ui:[17.10 .0]' // Packages/com.revenuecat.purchases-ui-unity/Plugins/Editor/RevenueCatUIDependencies.xml:5
1414// Android Resolver Dependencies End
1515** DEPS ** }
1616
Original file line number Diff line number Diff line change 33 <package >androidx.activity:activity:1.8.2</package >
44 <package >androidx.annotation:annotation:[1.2.0]</package >
55 <package >com.revenuecat.purchases:purchases-hybrid-common:[17.10.0]</package >
6- <package >com.revenuecat.purchases:purchases-hybrid-common-ui:[17.9 .0]</package >
6+ <package >com.revenuecat.purchases:purchases-hybrid-common-ui:[17.10 .0]</package >
77 </packages >
88 <files />
99 <settings >
You can’t perform that action at this time.
0 commit comments