diff --git a/CHANGELOG.md b/CHANGELOG.md index d48222f..99217a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +###### 2023.07.21 [v2.7.0] + +``` +feat(androidx.core): update core lib to latest version 1.10.1 +feat(androidx.webkit): new androidx webkit dependency +``` + ###### 2023.07.12 [v2.6.0] ``` diff --git a/lib/VERSION.md b/lib/VERSION.md index 6f1586b..661faca 100644 --- a/lib/VERSION.md +++ b/lib/VERSION.md @@ -2,30 +2,31 @@ | Extension | Version | Android Lib | iOS Lib | | --- | --- | --- | --- | -| com.bumptech.glide | 4.12.5 | 4.12.0 | | -| com.google.dagger | 2.28.302 | 2.28.3 | | -| com.google.android.datatransport | 3.0.5 | 3.0.0 | | -| com.google.code.gson | 2.8.903 | 2.8.9 | | -| com.google.guava | 31.1.103 | 31.0.1 | | -| com.google.android.material | 1.6.2 | 1.6.0 | | -| com.google.protobuflite | 3.21.112 | 3.21.11 | | -| com.google.android.recaptcha | 18.2.100 | 18.2.1 | | -| io.grpc | 1.52.102 | 1.52.1 | | -| com.android.installreferrer | 2.2.2 | 2.2.0 | | -| com.jetbrains.kotlin | 1.8.12 | 1.8.10 | | -| io.reactivex | 2.0.204 | 2.0.2 | | -| androidx.appcompat | 1.6.102 | 1.6.1 | | -| androidx.browser | 1.5.2 | 1.5.0 | | -| androidx.cardview | 1.0.4 | 1.0.0 | | -| androidx.concurrent | 1.1.5 | 1.1.0 | | -| androidx.constraintlayout | 2.1.402 | 2.1.4 | | -| androidx.core | 1.9.3 | 1.9.0 | | -| androidx.emoji2 | 1.3.2 | 1.3.0 | | -| androidx.exifinterface | 1.3.602 | 1.3.6 | | -| androidx.healthconnect | 1.1.2 | 1.1.0-alpha01 | | -| androidx.multidex | 2.0.103 | 2.0.1 | | -| androidx.recyclerview | 1.3.2 | 1.3.0 | | -| androidx.room | 2.5.102 | 2.5.1 | | -| androidx.transition | 1.4.104 | 1.4.1 | | -| androidx.vectordrawable | 1.1.4 | 1.1.0 | | -| androidx.work | 2.8.102 | 2.8.1 | | +| com.bumptech.glide | 4.12.6 | 4.12.0 | | +| com.google.dagger | 2.28.303 | 2.28.3 | | +| com.google.android.datatransport | 3.0.6 | 3.0.0 | | +| com.google.code.gson | 2.8.904 | 2.8.9 | | +| com.google.guava | 31.1.104 | 31.0.1 | | +| com.google.android.material | 1.6.3 | 1.6.0 | | +| com.google.protobuflite | 3.21.113 | 3.21.11 | | +| com.google.android.recaptcha | 18.2.101 | 18.2.1 | | +| io.grpc | 1.52.103 | 1.52.1 | | +| com.android.installreferrer | 2.2.3 | 2.2.0 | | +| com.jetbrains.kotlin | 1.8.13 | 1.8.10 | | +| io.reactivex | 2.0.205 | 2.0.2 | | +| androidx.appcompat | 1.6.103 | 1.6.1 | | +| androidx.browser | 1.5.3 | 1.5.0 | | +| androidx.cardview | 1.0.5 | 1.0.0 | | +| androidx.concurrent | 1.1.6 | 1.1.0 | | +| androidx.constraintlayout | 2.1.403 | 2.1.4 | | +| androidx.core | 1.10.100 | 1.10.1 | | +| androidx.emoji2 | 1.3.3 | 1.3.0 | | +| androidx.exifinterface | 1.3.603 | 1.3.6 | | +| androidx.healthconnect | 1.1.3 | 1.1.0-alpha01 | | +| androidx.multidex | 2.0.104 | 2.0.1 | | +| androidx.recyclerview | 1.3.3 | 1.3.0 | | +| androidx.room | 2.5.103 | 2.5.1 | | +| androidx.transition | 1.4.105 | 1.4.1 | | +| androidx.vectordrawable | 1.1.5 | 1.1.0 | | +| androidx.webkit | 1.7.0 | 1.7.0 | | +| androidx.work | 2.8.103 | 2.8.1 | | diff --git a/lib/androidx.appcompat.ane b/lib/androidx.appcompat.ane index 77c548b..6d3eaf2 100644 Binary files a/lib/androidx.appcompat.ane and b/lib/androidx.appcompat.ane differ diff --git a/lib/androidx.browser.ane b/lib/androidx.browser.ane index ffcfef9..056df4d 100644 Binary files a/lib/androidx.browser.ane and b/lib/androidx.browser.ane differ diff --git a/lib/androidx.cardview.ane b/lib/androidx.cardview.ane index 66e6c32..54d8db1 100644 Binary files a/lib/androidx.cardview.ane and b/lib/androidx.cardview.ane differ diff --git a/lib/androidx.concurrent.ane b/lib/androidx.concurrent.ane index 95d3442..4be5846 100644 Binary files a/lib/androidx.concurrent.ane and b/lib/androidx.concurrent.ane differ diff --git a/lib/androidx.constraintlayout.ane b/lib/androidx.constraintlayout.ane index 7a4da09..9aba940 100644 Binary files a/lib/androidx.constraintlayout.ane and b/lib/androidx.constraintlayout.ane differ diff --git a/lib/androidx.core.ane b/lib/androidx.core.ane index 00d8d46..2f21fbd 100644 Binary files a/lib/androidx.core.ane and b/lib/androidx.core.ane differ diff --git a/lib/androidx.emoji2.ane b/lib/androidx.emoji2.ane index 1c84da3..910b488 100644 Binary files a/lib/androidx.emoji2.ane and b/lib/androidx.emoji2.ane differ diff --git a/lib/androidx.exifinterface.ane b/lib/androidx.exifinterface.ane index 33b61bf..2aae97c 100644 Binary files a/lib/androidx.exifinterface.ane and b/lib/androidx.exifinterface.ane differ diff --git a/lib/androidx.healthconnect.ane b/lib/androidx.healthconnect.ane index f5a6fcf..c23cdfe 100644 Binary files a/lib/androidx.healthconnect.ane and b/lib/androidx.healthconnect.ane differ diff --git a/lib/androidx.multidex.ane b/lib/androidx.multidex.ane index ef7902b..c685e54 100644 Binary files a/lib/androidx.multidex.ane and b/lib/androidx.multidex.ane differ diff --git a/lib/androidx.recyclerview.ane b/lib/androidx.recyclerview.ane index 208c91b..a2c6066 100644 Binary files a/lib/androidx.recyclerview.ane and b/lib/androidx.recyclerview.ane differ diff --git a/lib/androidx.room.ane b/lib/androidx.room.ane index 53250a4..4d0ea80 100644 Binary files a/lib/androidx.room.ane and b/lib/androidx.room.ane differ diff --git a/lib/androidx.transition.ane b/lib/androidx.transition.ane index bb1e52c..d6bd352 100644 Binary files a/lib/androidx.transition.ane and b/lib/androidx.transition.ane differ diff --git a/lib/androidx.vectordrawable.ane b/lib/androidx.vectordrawable.ane index c386932..0b47eb5 100644 Binary files a/lib/androidx.vectordrawable.ane and b/lib/androidx.vectordrawable.ane differ diff --git a/lib/androidx.webkit.ane b/lib/androidx.webkit.ane new file mode 100644 index 0000000..8e1ac4e Binary files /dev/null and b/lib/androidx.webkit.ane differ diff --git a/lib/androidx.work.ane b/lib/androidx.work.ane index 6797ba6..a948a7d 100644 Binary files a/lib/androidx.work.ane and b/lib/androidx.work.ane differ diff --git a/lib/com.android.installreferrer.ane b/lib/com.android.installreferrer.ane index 1a7a0f2..80e59f9 100644 Binary files a/lib/com.android.installreferrer.ane and b/lib/com.android.installreferrer.ane differ diff --git a/lib/com.bumptech.glide.ane b/lib/com.bumptech.glide.ane index 4cd4b4e..523c531 100644 Binary files a/lib/com.bumptech.glide.ane and b/lib/com.bumptech.glide.ane differ diff --git a/lib/com.google.android.datatransport.ane b/lib/com.google.android.datatransport.ane index 0e525d2..bceb130 100644 Binary files a/lib/com.google.android.datatransport.ane and b/lib/com.google.android.datatransport.ane differ diff --git a/lib/com.google.android.material.ane b/lib/com.google.android.material.ane index e4a3bfa..dfbc20e 100644 Binary files a/lib/com.google.android.material.ane and b/lib/com.google.android.material.ane differ diff --git a/lib/com.google.android.recaptcha.ane b/lib/com.google.android.recaptcha.ane index bb7dee5..0d2371c 100644 Binary files a/lib/com.google.android.recaptcha.ane and b/lib/com.google.android.recaptcha.ane differ diff --git a/lib/com.google.code.gson.ane b/lib/com.google.code.gson.ane index ba0f06e..5c289fd 100644 Binary files a/lib/com.google.code.gson.ane and b/lib/com.google.code.gson.ane differ diff --git a/lib/com.google.dagger.ane b/lib/com.google.dagger.ane index 7773fcd..a94e29b 100644 Binary files a/lib/com.google.dagger.ane and b/lib/com.google.dagger.ane differ diff --git a/lib/com.google.guava.ane b/lib/com.google.guava.ane index 5361cc4..18f23fa 100644 Binary files a/lib/com.google.guava.ane and b/lib/com.google.guava.ane differ diff --git a/lib/com.google.protobuflite.ane b/lib/com.google.protobuflite.ane index 5b2dd12..df21b60 100644 Binary files a/lib/com.google.protobuflite.ane and b/lib/com.google.protobuflite.ane differ diff --git a/lib/com.jetbrains.kotlin.ane b/lib/com.jetbrains.kotlin.ane index 4748c1b..b1a10bf 100644 Binary files a/lib/com.jetbrains.kotlin.ane and b/lib/com.jetbrains.kotlin.ane differ diff --git a/lib/io.grpc.ane b/lib/io.grpc.ane index 7b5d4db..2cc39a4 100644 Binary files a/lib/io.grpc.ane and b/lib/io.grpc.ane differ diff --git a/lib/io.reactivex.ane b/lib/io.reactivex.ane index 8459b82..da03851 100644 Binary files a/lib/io.reactivex.ane and b/lib/io.reactivex.ane differ diff --git a/lib/swc/androidx.appcompat.swc b/lib/swc/androidx.appcompat.swc index 9faa1df..7b46486 100644 Binary files a/lib/swc/androidx.appcompat.swc and b/lib/swc/androidx.appcompat.swc differ diff --git a/lib/swc/androidx.browser.swc b/lib/swc/androidx.browser.swc index 4d1fb7e..6ced279 100644 Binary files a/lib/swc/androidx.browser.swc and b/lib/swc/androidx.browser.swc differ diff --git a/lib/swc/androidx.cardview.swc b/lib/swc/androidx.cardview.swc index 5ada417..1975367 100644 Binary files a/lib/swc/androidx.cardview.swc and b/lib/swc/androidx.cardview.swc differ diff --git a/lib/swc/androidx.concurrent.swc b/lib/swc/androidx.concurrent.swc index a155ab5..60d7790 100644 Binary files a/lib/swc/androidx.concurrent.swc and b/lib/swc/androidx.concurrent.swc differ diff --git a/lib/swc/androidx.constraintlayout.swc b/lib/swc/androidx.constraintlayout.swc index 9c945d0..eeb93ec 100644 Binary files a/lib/swc/androidx.constraintlayout.swc and b/lib/swc/androidx.constraintlayout.swc differ diff --git a/lib/swc/androidx.core.swc b/lib/swc/androidx.core.swc index d072eaa..ec3ef41 100644 Binary files a/lib/swc/androidx.core.swc and b/lib/swc/androidx.core.swc differ diff --git a/lib/swc/androidx.emoji2.swc b/lib/swc/androidx.emoji2.swc index 16cd3e0..35e027e 100644 Binary files a/lib/swc/androidx.emoji2.swc and b/lib/swc/androidx.emoji2.swc differ diff --git a/lib/swc/androidx.exifinterface.swc b/lib/swc/androidx.exifinterface.swc index b7239f6..176c13d 100644 Binary files a/lib/swc/androidx.exifinterface.swc and b/lib/swc/androidx.exifinterface.swc differ diff --git a/lib/swc/androidx.healthconnect.swc b/lib/swc/androidx.healthconnect.swc index dc1d53a..ffaf158 100644 Binary files a/lib/swc/androidx.healthconnect.swc and b/lib/swc/androidx.healthconnect.swc differ diff --git a/lib/swc/androidx.multidex.swc b/lib/swc/androidx.multidex.swc index cd9a7b4..1aec742 100644 Binary files a/lib/swc/androidx.multidex.swc and b/lib/swc/androidx.multidex.swc differ diff --git a/lib/swc/androidx.recyclerview.swc b/lib/swc/androidx.recyclerview.swc index 915e5e2..88eb63f 100644 Binary files a/lib/swc/androidx.recyclerview.swc and b/lib/swc/androidx.recyclerview.swc differ diff --git a/lib/swc/androidx.room.swc b/lib/swc/androidx.room.swc index 48f83f3..a868c16 100644 Binary files a/lib/swc/androidx.room.swc and b/lib/swc/androidx.room.swc differ diff --git a/lib/swc/androidx.transition.swc b/lib/swc/androidx.transition.swc index 6a1e8d1..6bb7e23 100644 Binary files a/lib/swc/androidx.transition.swc and b/lib/swc/androidx.transition.swc differ diff --git a/lib/swc/androidx.vectordrawable.swc b/lib/swc/androidx.vectordrawable.swc index cb4fdb3..1b73b4c 100644 Binary files a/lib/swc/androidx.vectordrawable.swc and b/lib/swc/androidx.vectordrawable.swc differ diff --git a/lib/swc/androidx.webkit.swc b/lib/swc/androidx.webkit.swc new file mode 100644 index 0000000..29481d4 Binary files /dev/null and b/lib/swc/androidx.webkit.swc differ diff --git a/lib/swc/androidx.work.swc b/lib/swc/androidx.work.swc index be9ba3d..217bca3 100644 Binary files a/lib/swc/androidx.work.swc and b/lib/swc/androidx.work.swc differ diff --git a/lib/swc/com.android.installreferrer.swc b/lib/swc/com.android.installreferrer.swc index 8a615ed..dc7768f 100644 Binary files a/lib/swc/com.android.installreferrer.swc and b/lib/swc/com.android.installreferrer.swc differ diff --git a/lib/swc/com.bumptech.glide.swc b/lib/swc/com.bumptech.glide.swc index ab22d3a..1124cae 100644 Binary files a/lib/swc/com.bumptech.glide.swc and b/lib/swc/com.bumptech.glide.swc differ diff --git a/lib/swc/com.google.android.datatransport.swc b/lib/swc/com.google.android.datatransport.swc index 80a3361..5abed79 100644 Binary files a/lib/swc/com.google.android.datatransport.swc and b/lib/swc/com.google.android.datatransport.swc differ diff --git a/lib/swc/com.google.android.material.swc b/lib/swc/com.google.android.material.swc index c343994..97d1c5a 100644 Binary files a/lib/swc/com.google.android.material.swc and b/lib/swc/com.google.android.material.swc differ diff --git a/lib/swc/com.google.android.recaptcha.swc b/lib/swc/com.google.android.recaptcha.swc index ed015c8..d6a2e86 100644 Binary files a/lib/swc/com.google.android.recaptcha.swc and b/lib/swc/com.google.android.recaptcha.swc differ diff --git a/lib/swc/com.google.code.gson.swc b/lib/swc/com.google.code.gson.swc index 6ed6eea..7915d0f 100644 Binary files a/lib/swc/com.google.code.gson.swc and b/lib/swc/com.google.code.gson.swc differ diff --git a/lib/swc/com.google.dagger.swc b/lib/swc/com.google.dagger.swc index b21a14f..7b4523a 100644 Binary files a/lib/swc/com.google.dagger.swc and b/lib/swc/com.google.dagger.swc differ diff --git a/lib/swc/com.google.guava.swc b/lib/swc/com.google.guava.swc index 302036e..1549347 100644 Binary files a/lib/swc/com.google.guava.swc and b/lib/swc/com.google.guava.swc differ diff --git a/lib/swc/com.google.protobuflite.swc b/lib/swc/com.google.protobuflite.swc index ab348d3..6105c25 100644 Binary files a/lib/swc/com.google.protobuflite.swc and b/lib/swc/com.google.protobuflite.swc differ diff --git a/lib/swc/com.jetbrains.kotlin.swc b/lib/swc/com.jetbrains.kotlin.swc index bfd36e5..448b4bd 100644 Binary files a/lib/swc/com.jetbrains.kotlin.swc and b/lib/swc/com.jetbrains.kotlin.swc differ diff --git a/lib/swc/io.grpc.swc b/lib/swc/io.grpc.swc index f5ed822..3d2f20f 100644 Binary files a/lib/swc/io.grpc.swc and b/lib/swc/io.grpc.swc differ diff --git a/lib/swc/io.reactivex.swc b/lib/swc/io.reactivex.swc index 4100330..5f1b370 100644 Binary files a/lib/swc/io.reactivex.swc and b/lib/swc/io.reactivex.swc differ