Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
fc061aff67 Update plugin com.mikepenz.aboutlibraries.plugin to v11 2024-02-29 01:01:26 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -55,6 +55,6 @@ dependencies {
implementation 'com.caverock:androidsvg-aar:1.4' implementation 'com.caverock:androidsvg-aar:1.4'
implementation 'com.github.chrisbanes:PhotoView:2.3.0' implementation 'com.github.chrisbanes:PhotoView:2.3.0'
implementation "com.github.AppDevNext:AndroidChart:3.1.0.21" implementation "com.github.AppDevNext:AndroidChart:3.1.0.21"
implementation 'com.mikepenz:aboutlibraries:11.1.0' implementation 'com.mikepenz:aboutlibraries:10.10.0'
} }

View File

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '8.3.0' apply false id 'com.android.application' version '8.2.2' apply false
id 'com.android.library' version '8.3.0' apply false id 'com.android.library' version '8.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
} }