Commit Graph

104 Commits

Author SHA1 Message Date
JingMatrix b56313157e Update LSPlant for Android 15
Convert ScopedLocalRef to its reference, otherwise we get error:

no viable conversion from 'ScopedLocalRef<_jobject *>' (aka 'lsplant::ScopedLocalRef<_jobject *>') to 'jobject' (aka '_jobject *')
2024-07-24 01:23:05 +02:00
JingMatrix 8e96b8de21 Replace axml by WindySha/ManifestEditor 2024-05-18 23:48:50 +02:00
JingMatrix 0a935413fc Adjust proguard for Android R8
1. Use JDK 21
2. Update android plugins for JDK 21
3. Update gradle wrapper

The new R8 engine will change more class names than before, we thus
need to save those needed ones.
2024-05-18 23:48:43 +02:00
vvb2060 94d8a518cc update ndk 2024-01-07 13:23:32 +08:00
dependabot[bot] b7b6be6d3d
Bump the maven-dependencies group with 3 updates (#2908) 2024-01-05 23:00:40 +08:00
dependabot[bot] 1607548ffc
Bump the maven-dependencies group with 1 update (#2903) 2023-12-30 09:31:06 +08:00
dependabot[bot] 58e8fcfa07
Bump the maven-dependencies group with 2 updates (#2892) 2023-12-23 00:02:56 +08:00
dependabot[bot] 7127344dc0
Updates `com.google.android.material:material` from 1.10.0 to 1.11.0
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 07:12:44 +08:00
dependabot[bot] 3151605d36
Bump the maven-dependencies group with 5 updates (#2882)
Bumps the maven-dependencies group with 5 updates:

Updates `androidx.activity:activity` from 1.8.1 to 1.8.2

Updates `androidx.annotation:annotation` from 1.7.0 to 1.7.1

Updates `androidx.navigation:navigation-fragment` from 2.7.5 to 2.7.6

Updates `androidx.navigation:navigation-ui` from 2.7.5 to 2.7.6

Updates `androidx.navigation.safeargs` from 2.7.5 to 2.7.6

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 02:51:59 +08:00
dependabot[bot] 7d20d7bd39
Bump the maven-dependencies group with 2 updates (#2881)
Bumps the maven-dependencies group with 2 updates:
[com.microsoft.appcenter:appcenter-crashes](https://github.com/microsoft/appcenter-sdk-android)
and
[com.microsoft.appcenter:appcenter-analytics](https://github.com/microsoft/appcenter-sdk-android).

Updates `com.microsoft.appcenter:appcenter-crashes` from 5.0.3 to 5.0.4

Updates `com.microsoft.appcenter:appcenter-analytics` from 5.0.3 to
5.0.4

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 05:57:37 +08:00
dependabot[bot] 046cebda87
Bump agp from 8.1.4 to 8.2.0 (#2864) 2023-12-01 05:56:53 +08:00
dependabot[bot] 6e4ed0a786
Bump kotlin from 1.9.20 to 1.9.21 (#2857)
Bumps `kotlin` from 1.9.20 to 1.9.21.
Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.20 to 1.9.21
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-stdlib's
releases</a>.</em></p>
<blockquote>
<h2>Kotlin 1.9.21</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62885"><code>KT-62885</code></a>
Introduce a language feature entry for expect actual classes for easier
configuration of MPP projects</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63081"><code>KT-63081</code></a>
Optimize new native caches:
CachedLibraries.computeVersionedCacheDirectory()</li>
</ul>
<h3>Docs &amp; Examples</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-55619"><code>KT-55619</code></a>
Document <code>String.format</code> function</li>
</ul>
<h3>IDE. Gradle Integration</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62877"><code>KT-62877</code></a>
Artifact files collecting for project configuration was finished.
Resolution for configuration configuration X will be skipped</li>
</ul>
<h3>IDE. Gradle. Script</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60813"><code>KT-60813</code></a>
Scripts: NoSuchMethodError: 'void
org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when
dependency uses Slf4j API</li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60785"><code>KT-60785</code></a>
KJS: Destructured value class in suspend function fails with Uncaught
TypeError: can't convert to primitive type error</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63207"><code>KT-63207</code></a>
KMP / JS: &quot;TypeError: <!-- raw HTML omitted --> is not a
function&quot; with 1.9.20</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62778"><code>KT-62778</code></a>
package.json &quot;main&quot; field has .js extension when the result
files have .mjs extension</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61795"><code>KT-61795</code></a>
KJS: Incremental Cache is not invalidated if <code>useEsClasses</code>
compiler argument was changed</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61957"><code>KT-61957</code></a>
KJS: &quot;Uncaught ReferenceError: entries is not defined&quot; caused
by enum class with <code>@JsExport</code> and Enum.entries call</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62444"><code>KT-62444</code></a>
KJS with commonJS modules should re-export in 1.9.20</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63184"><code>KT-63184</code></a>
KJS / Serialization: JsExport on serializable interface creates
erroneous TypeScript</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62190"><code>KT-62190</code></a>
KJS: &quot;IllegalStateException: Expect to have either super call or
partial linkage stub inside constructor&quot; caused by Compose and
useEsModules()</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-58685"><code>KT-58685</code></a>
KJS: &quot;IllegalStateException: Not locked&quot; cused by
&quot;unlock&quot; called twice</li>
</ul>
<h3>Klibs</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62515"><code>KT-62515</code></a>
Interop klib of concurrent version is not accepted when building
dependent project: &quot;The library versions don't match&quot;</li>
</ul>
<h3>Tools. CLI</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63139"><code>KT-63139</code></a>
Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata
info</li>
</ul>
<h3>Tools. Gradle</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63499"><code>KT-63499</code></a>
Gradle: Source sets conventions are still registered</li>
</ul>
<h3>Tools. Gradle. JS</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-59523"><code>KT-59523</code></a>
MPP / KJS: ESM modules uses incorrect file extension on package.json
(.mjs)</li>
</ul>
<h3>Tools. Gradle. Kapt</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md">org.jetbrains.kotlin:kotlin-stdlib's
changelog</a>.</em></p>
<blockquote>
<h2>1.9.21</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62885"><code>KT-62885</code></a>
Introduce a language feature entry for expect actual classes for easier
configuration of MPP projects</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63081"><code>KT-63081</code></a>
Optimize new native caches:
CachedLibraries.computeVersionedCacheDirectory()</li>
</ul>
<h3>Docs &amp; Examples</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-55619"><code>KT-55619</code></a>
Document <code>String.format</code> function</li>
</ul>
<h3>IDE. Gradle Integration</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62877"><code>KT-62877</code></a>
Artifact files collecting for project configuration was finished.
Resolution for configuration configuration X will be skipped</li>
</ul>
<h3>IDE. Gradle. Script</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60813"><code>KT-60813</code></a>
Scripts: NoSuchMethodError: 'void
org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when
dependency uses Slf4j API</li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60785"><code>KT-60785</code></a>
KJS: Destructured value class in suspend function fails with Uncaught
TypeError: can't convert to primitive type error</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63207"><code>KT-63207</code></a>
KMP / JS: &quot;TypeError: <!-- raw HTML omitted --> is not a
function&quot; with 1.9.20</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62778"><code>KT-62778</code></a>
package.json &quot;main&quot; field has .js extension when the result
files have .mjs extension</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61795"><code>KT-61795</code></a>
KJS: Incremental Cache is not invalidated if <code>useEsClasses</code>
compiler argument was changed</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61957"><code>KT-61957</code></a>
KJS: &quot;Uncaught ReferenceError: entries is not defined&quot; caused
by enum class with <code>@JsExport</code> and Enum.entries call</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62444"><code>KT-62444</code></a>
KJS with commonJS modules should re-export in 1.9.20</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63184"><code>KT-63184</code></a>
KJS / Serialization: JsExport on serializable interface creates
erroneous TypeScript</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62190"><code>KT-62190</code></a>
KJS: &quot;IllegalStateException: Expect to have either super call or
partial linkage stub inside constructor&quot; caused by Compose and
useEsModules()</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-58685"><code>KT-58685</code></a>
KJS: &quot;IllegalStateException: Not locked&quot; cused by
&quot;unlock&quot; called twice</li>
</ul>
<h3>Klibs</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62515"><code>KT-62515</code></a>
Interop klib of concurrent version is not accepted when building
dependent project: &quot;The library versions don't match&quot;</li>
</ul>
<h3>Tools. CLI</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63139"><code>KT-63139</code></a>
Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata
info</li>
</ul>
<h3>Tools. Gradle</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63499"><code>KT-63499</code></a>
Gradle: Source sets conventions are still registered</li>
</ul>
<h3>Tools. Gradle. JS</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-59523"><code>KT-59523</code></a>
MPP / KJS: ESM modules uses incorrect file extension on package.json
(.mjs)</li>
</ul>
<h3>Tools. Gradle. Kapt</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63366"><code>KT-63366</code></a>
Kapt processing fails with custom source sets</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b2740d8957"><code>b2740d8</code></a>
Add changelog for 1.9.21</li>
<li><a
href="5d6520c9fb"><code>5d6520c</code></a>
[K/JS] Fix coroutines but turn back the fix for coroutines intrinsics
`interc...</li>
<li><a
href="8293c8f538"><code>8293c8f</code></a>
KAPT: Use reflection to access code, changed in JDK 21</li>
<li><a
href="e459a6d5d2"><code>e459a6d</code></a>
KAPT: Always print parens on empty annotation parameters</li>
<li><a
href="705c8047ae"><code>705c804</code></a>
KAPT: Run tests on JDK 21</li>
<li><a
href="120c99d455"><code>120c99d</code></a>
Fix ClassCastException in JPS statistics ad update log messages</li>
<li><a
href="68f26183f8"><code>68f2618</code></a>
Fix ClassCastException in JPS statistics ad update log messages</li>
<li><a
href="c66b789f93"><code>c66b789</code></a>
KAPT3: Use another class in com.sun.tools.javac.main</li>
<li><a
href="d4ce8c7262"><code>d4ce8c7</code></a>
Temporarily disable Kapt4IT and KaptIncrementalIT and the
descendants.</li>
<li><a
href="f559dd55ab"><code>f559dd5</code></a>
Stop using IJ's maps in graph implementation of JPS</li>
<li>Additional commits viewable in <a
href="https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.21">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.jetbrains.kotlin.android` from 1.9.20 to 1.9.21


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-24 08:42:18 +08:00
dependabot[bot] af22d72579
Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#2855) 2023-11-22 22:14:50 +00:00
dependabot[bot] 5e6bb86b0d
Bump appcenter from 5.0.2 to 5.0.3 (#2854)
Bumps `appcenter` from 5.0.2 to 5.0.3.
Updates `com.microsoft.appcenter:appcenter-crashes` from 5.0.2 to 5.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/appcenter-sdk-android/releases">com.microsoft.appcenter:appcenter-crashes's
releases</a>.</em></p>
<blockquote>
<h2>5.0.3</h2>
<ul>
<li><strong>[Internal]</strong> Add <code>dataResidencyRegion</code>
option.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/appcenter-sdk-android/blob/develop/CHANGELOG.md">com.microsoft.appcenter:appcenter-crashes's
changelog</a>.</em></p>
<blockquote>
<h2>Version 5.0.3 (In development)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="46e6bf21ee"><code>46e6bf2</code></a>
Add dataResidencyRegion option for sending to portal (<a
href="https://redirect.github.com/microsoft/appcenter-sdk-android/issues/1704">#1704</a>)</li>
<li><a
href="e58dad690b"><code>e58dad6</code></a>
Merge pull request <a
href="https://redirect.github.com/microsoft/appcenter-sdk-android/issues/1699">#1699</a>
from microsoft/start/5.0.3</li>
<li><a
href="47dc1965a9"><code>47dc196</code></a>
Bump versions</li>
<li>See full diff in <a
href="https://github.com/microsoft/appcenter-sdk-android/compare/5.0.2...5.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.microsoft.appcenter:appcenter-analytics` from 5.0.2 to
5.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/appcenter-sdk-android/releases">com.microsoft.appcenter:appcenter-analytics's
releases</a>.</em></p>
<blockquote>
<h2>5.0.3</h2>
<ul>
<li><strong>[Internal]</strong> Add <code>dataResidencyRegion</code>
option.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/appcenter-sdk-android/blob/develop/CHANGELOG.md">com.microsoft.appcenter:appcenter-analytics's
changelog</a>.</em></p>
<blockquote>
<h2>Version 5.0.3 (In development)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="46e6bf21ee"><code>46e6bf2</code></a>
Add dataResidencyRegion option for sending to portal (<a
href="https://redirect.github.com/microsoft/appcenter-sdk-android/issues/1704">#1704</a>)</li>
<li><a
href="e58dad690b"><code>e58dad6</code></a>
Merge pull request <a
href="https://redirect.github.com/microsoft/appcenter-sdk-android/issues/1699">#1699</a>
from microsoft/start/5.0.3</li>
<li><a
href="47dc1965a9"><code>47dc196</code></a>
Bump versions</li>
<li>See full diff in <a
href="https://github.com/microsoft/appcenter-sdk-android/compare/5.0.2...5.0.3">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-23 06:09:27 +08:00
dependabot[bot] 6f8f40f195
Bump agp from 8.1.3 to 8.1.4 (#2849) 2023-11-17 08:40:58 +08:00
dependabot[bot] a55ce86312
Bump androidx.browser:browser from 1.6.0 to 1.7.0 (#2846) 2023-11-16 00:42:59 +00:00
dependabot[bot] 4d1409c14e
Bump androidx.activity:activity from 1.8.0 to 1.8.1 (#2847) 2023-11-16 08:35:50 +08:00
dependabot[bot] 4d3bc95761
Bump agp from 8.1.2 to 8.1.3 (#2840) 2023-11-08 08:27:00 +08:00
dependabot[bot] c89a375cb7
Bump nav from 2.7.4 to 2.7.5 (#2835) 2023-11-01 22:09:15 +00:00
dependabot[bot] 8496c60b83
Bump androidx.fragment:fragment from 1.6.1 to 1.6.2 (#2834) 2023-11-02 05:59:30 +08:00
dependabot[bot] d80102d27d
Bump kotlin from 1.9.10 to 1.9.20 (#2833) 2023-10-31 07:15:55 +08:00
dependabot[bot] bd4db30f67
Bump androidx.recyclerview:recyclerview from 1.3.1 to 1.3.2 (#2819) 2023-10-19 06:32:04 +08:00
dependabot[bot] ed5c62c4ae
Bump okhttp from 4.11.0 to 4.12.0 (#2818) 2023-10-17 22:01:02 +00:00
dependabot[bot] 932612aa9c
Bump com.google.android.material:material from 1.9.0 to 1.10.0 (#2790) 2023-10-06 09:13:24 +08:00
LoveSy c7e6c77934
Upgrade gradle (#2785) 2023-10-05 09:43:27 +08:00
dependabot[bot] 1a6264ab7a
Bump androidx.activity:activity from 1.7.2 to 1.8.0 (#2783) 2023-10-04 18:16:23 +00:00
dependabot[bot] cf198fde88
Bump nav from 2.7.3 to 2.7.4 (#2782) 2023-10-04 17:59:29 +00:00
dependabot[bot] cc31605423
Bump agp from 8.1.1 to 8.1.2 (#2771) 2023-09-29 02:58:17 +08:00
dependabot[bot] 3c6d5d64d2
Bump nav from 2.7.2 to 2.7.3 (#2763) 2023-09-20 21:23:57 +00:00
LoveSy b89c62f931
Upgrade to NDK 26 (#2762) 2023-09-20 06:29:25 +00:00
dependabot[bot] b2ab117380
Bump nav from 2.7.1 to 2.7.2 (#2743) 2023-09-07 01:33:55 +00:00
dependabot[bot] 57af13cfb2
Bump androidx.annotation:annotation from 1.6.0 to 1.7.0 (#2745) 2023-09-07 01:19:39 +00:00
dependabot[bot] bfa7b49c60
Bump androidx.core:core from 1.10.1 to 1.12.0 (#2744) 2023-09-07 09:11:06 +08:00
dependabot[bot] 3f99118d9c
Bump org.lsposed.lsplugin.apksign from 1.3 to 1.4 (#2727) 2023-08-30 06:58:08 +00:00
dependabot[bot] 10720352ec
Bump org.lsposed.lsplugin.apksign from 1.2 to 1.3 (#2726) 2023-08-30 04:17:50 +00:00
dependabot[bot] b0dea25ed9
Bump org.lsposed.lsplugin.apksign from 1.1 to 1.2 (#2725) 2023-08-30 03:33:29 +00:00
dependabot[bot] 4a98189f9f
Bump kotlin from 1.9.0 to 1.9.10 (#2708) 2023-08-24 02:02:37 +00:00
dependabot[bot] f79d034ec1
Bump nav from 2.7.0 to 2.7.1 (#2707) 2023-08-24 09:53:24 +08:00
dependabot[bot] ecebfe3112
Bump agp from 8.1.0 to 8.1.1 (#2705) 2023-08-23 13:33:22 +08:00
dependabot[bot] c3cfcd7592
Bump glide from 4.15.1 to 4.16.0 (#2703) 2023-08-22 07:27:18 +08:00
Howard Wu 894f9f481c
Upgrade Gradle wrapper to 8.3.0 (#2695) 2023-08-18 09:57:44 +00:00
dependabot[bot] 1d2b94de39
Bump androidx.browser:browser from 1.5.0 to 1.6.0 (#2678)
Bumps androidx.browser:browser from 1.5.0 to 1.6.0.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.browser:browser&package-manager=gradle&previous-version=1.5.0&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LoveSy <shana@zju.edu.cn>
2023-08-10 02:38:04 +00:00
dependabot[bot] 59fe879e61
Bump nav from 2.6.0 to 2.7.0 (#2679) 2023-08-10 09:57:12 +08:00
dependabot[bot] ac103832e0
Bump dev.rikka.rikkax.recyclerview:recyclerview-ktx from 1.3.1 to 1.3.2 (#2661) 2023-08-04 09:48:15 +08:00
dependabot[bot] db2d9c0338
Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 (#2651) 2023-07-29 11:01:02 +08:00
dependabot[bot] e06b48e485
Bump androidx.recyclerview:recyclerview from 1.3.0 to 1.3.1 (#2650) 2023-07-27 09:35:43 +08:00
dependabot[bot] 9cef51244b
Bump androidx.fragment:fragment from 1.6.0 to 1.6.1 (#2649) 2023-07-27 09:20:57 +08:00
dependabot[bot] 1adc009d51
Bump androidx.preference:preference from 1.2.0 to 1.2.1 (#2648) 2023-07-27 08:53:37 +08:00
dependabot[bot] e83ef1841b
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.2 to 1.7.3 (#2646) 2023-07-25 23:51:11 +00:00
dependabot[bot] ac733e1948
Bump agp from 8.0.2 to 8.1.0 (#2645)
Bumps `agp` from 8.0.2 to 8.1.0.
Updates `com.android.tools.build:apksig` from 8.0.2 to 8.1.0

Updates `com.android.library` from 8.0.2 to 8.1.0

Updates `com.android.application` from 8.0.2 to 8.1.0
2023-07-26 07:17:33 +08:00