Skip to content

Commit

Permalink
Merge pull request #37 from SourcePointUSA/DIA-3594-update-android-sd…
Browse files Browse the repository at this point in the history
…k-7.7.0

[DIA-3594] Update native Android SDK to 7.7.0
  • Loading branch information
Nevazhnovu authored Feb 19, 2024
2 parents a8ec060 + 125c956 commit 1010180
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@

<androidPackages>
<!-- <androidPackage spec="org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.3.0" />-->
<androidPackage spec="com.sourcepoint.cmplibrary:cmplibrary:7.6.0" />
<androidPackage spec="com.sourcepoint.cmplibrary:cmplibrary:7.7.0" />
</androidPackages>
</dependencies>
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,16 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.mobile.android-logcat": {
"version": "1.3.2",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.0.2",
"depth": 2,
"version": "3.2.1",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand Down
6 changes: 3 additions & 3 deletions ProjectSettings/AndroidResolverDependencies.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<dependencies>
<packages>
<package>com.sourcepoint.cmplibrary:cmplibrary:7.2.7</package>
<package>com.sourcepoint.cmplibrary:cmplibrary:7.7.0</package>
</packages>
<files>
<file>Assets/Plugins/Android/com.sourcepoint.cmplibrary.cmplibrary-7.2.7.aar</file>
<file>Assets/Plugins/Android/com.sourcepoint.cmplibrary.cmplibrary-7.7.0.aar</file>
<file>Assets/Plugins/Android/com.squareup.okhttp3.okhttp-4.9.0.jar</file>
<file>Assets/Plugins/Android/com.squareup.okio.okio-2.8.0.jar</file>
<file>Assets/Plugins/Android/org.jetbrains.annotations-13.0.jar</file>
Expand All @@ -15,7 +15,7 @@
<file>Assets/Plugins/Android/org.jetbrains.kotlinx.kotlinx-serialization-json-jvm-1.3.0.jar</file>
</files>
<settings>
<setting name="androidAbis" value="armeabi-v7a" />
<setting name="androidAbis" value="arm64-v8a,armeabi-v7a,x86,x86_64" />
<setting name="bundleId" value="com.DefaultCompany.ConsentMessagePlugin" />
<setting name="explodeAars" value="True" />
<setting name="gradleBuildEnabled" value="True" />
Expand Down

0 comments on commit 1010180

Please sign in to comment.