Bump about_libraries from 10.9.1 to 10.9.2 (#2344)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikołaj Pich <m.pich@outlook.com>
This commit is contained in:
dependabot[bot] 2023-11-28 23:08:13 +01:00 committed by GitHub
parent e49835e89e
commit 037cbb0b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

10
.idea/migrations.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectMigrations">
<option name="MigrateToGradleLocalJavaHome">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
</component>
</project>

View File

@ -192,7 +192,7 @@ ext {
}
dependencies {
implementation 'io.github.wulkanowy:sdk:2.2.6'
implementation 'io.github.wulkanowy:sdk:2.2.7-SNAPSHOT'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

View File

@ -1,7 +1,7 @@
buildscript {
ext {
kotlin_version = '1.9.10'
about_libraries = '10.9.1'
about_libraries = '10.9.2'
hilt_version = '2.48.1'
}
repositories {