File tree Expand file tree Collapse file tree
Android/RevenueCatUI.androidlib
RevenueCat/Plugins/Editor Expand file tree Collapse file tree 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:[18.8.0 ]" />
4+ <androidPackage spec =" com.revenuecat.purchases:purchases-hybrid-common:[18.9.1 ]" />
55 <androidPackage spec =" androidx.annotation:annotation:[1.2.0]" />
66 </androidPackages >
7- <remoteSwiftPackage url =" https://github.com/RevenueCat/purchases-hybrid-common.git" version =" 18.8.0 " >
7+ <remoteSwiftPackage url =" https://github.com/RevenueCat/purchases-hybrid-common.git" version =" 18.9.1 " >
88 <swiftPackage name =" PurchasesHybridCommon" replacesPod =" PurchasesHybridCommon" />
99 </remoteSwiftPackage >
1010 <iosPods >
11- <iosPod name =" PurchasesHybridCommon" version =" 18.8.0 " minTargetSdk =" 13.0" />
11+ <iosPod name =" PurchasesHybridCommon" version =" 18.9.1 " minTargetSdk =" 13.0" />
1212 </iosPods >
1313</dependencies >
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:18.8.0 '
6- implementation ' com.revenuecat.purchases:purchases-hybrid-common-ui:18.8.0 '
5+ implementation ' com.revenuecat.purchases:purchases-hybrid-common:18.9.1 '
6+ implementation ' com.revenuecat.purchases:purchases-hybrid-common-ui:18.9.1 '
77 implementation ' androidx.activity:activity:1.8.2'
88 // Required at compile time so the Java compiler can resolve PaywallView's
99 // class hierarchy (PaywallView -> CompatComposeView -> AbstractComposeView -> ViewGroup).
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:[18.8.0 ]" />
4+ <androidPackage spec =" com.revenuecat.purchases:purchases-hybrid-common-ui:[18.9.1 ]" />
55 <androidPackage spec =" androidx.activity:activity:1.8.2" />
66 </androidPackages >
77
8- <remoteSwiftPackage url =" https://github.com/RevenueCat/purchases-hybrid-common.git" version =" 18.8.0 " >
8+ <remoteSwiftPackage url =" https://github.com/RevenueCat/purchases-hybrid-common.git" version =" 18.9.1 " >
99 <swiftPackage name =" PurchasesHybridCommonUI" replacesPod =" PurchasesHybridCommonUI" />
1010 </remoteSwiftPackage >
1111
1212 <iosPods >
13- <iosPod name =" PurchasesHybridCommonUI" version =" ~> 18.8.0 " />
13+ <iosPod name =" PurchasesHybridCommonUI" version =" ~> 18.9.1 " />
1414 </iosPods >
1515</dependencies >
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ dependencies {
88// Android Resolver Dependencies Start
99 implementation ' androidx.activity:activity:1.8.2' // Packages/com.revenuecat.purchases-ui-unity/Plugins/Editor/RevenueCatUIDependencies.xml:6
1010 implementation ' androidx.annotation:annotation:[1.2.0]' // Packages/com.revenuecat.purchases-unity/Plugins/Editor/RevenueCatDependencies.xml:5
11- implementation ' com.revenuecat.purchases:purchases-hybrid-common:[18.8.0 ]' // Packages/com.revenuecat.purchases-unity/Plugins/Editor/RevenueCatDependencies.xml:4
12- implementation ' com.revenuecat.purchases:purchases-hybrid-common-ui:[18.8.0 ]' // Packages/com.revenuecat.purchases-ui-unity/Plugins/Editor/RevenueCatUIDependencies.xml:5
11+ implementation ' com.revenuecat.purchases:purchases-hybrid-common:[18.9.1 ]' // Packages/com.revenuecat.purchases-unity/Plugins/Editor/RevenueCatDependencies.xml:4
12+ implementation ' com.revenuecat.purchases:purchases-hybrid-common-ui:[18.9.1 ]' // Packages/com.revenuecat.purchases-ui-unity/Plugins/Editor/RevenueCatUIDependencies.xml:5
1313// Android Resolver Dependencies End
1414 debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.14'
1515** DEPS ** }
Original file line number Diff line number Diff line change 22 <packages >
33 <package >androidx.activity:activity:1.8.2</package >
44 <package >androidx.annotation:annotation:[1.2.0]</package >
5- <package >com.revenuecat.purchases:purchases-hybrid-common:[18.8.0 ]</package >
6- <package >com.revenuecat.purchases:purchases-hybrid-common-ui:[18.8.0 ]</package >
5+ <package >com.revenuecat.purchases:purchases-hybrid-common:[18.9.1 ]</package >
6+ <package >com.revenuecat.purchases:purchases-hybrid-common-ui:[18.9.1 ]</package >
77 </packages >
88 <files />
99 <settings >
You can’t perform that action at this time.
0 commit comments