Compare commits

...

4 Commits

Author SHA1 Message Date
Renovate Bot
18ec8803f8 Update plugin com.mikepenz.aboutlibraries.plugin to v11 2024-03-03 01:02:41 +00:00
Renovate Bot
e7ce58c5dd Update plugin com.android.library to v8.3.0 2024-03-03 01:02:34 +00:00
Renovate Bot
ef55cb7d5c Update dependency com.mikepenz:aboutlibraries to v11 2024-03-02 01:03:26 +00:00
Renovate Bot
d36985f29d Update plugin com.android.application to v8.3.0 2024-03-01 01:01:21 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ plugins {
id 'com.android.application' id 'com.android.application'
id 'org.jetbrains.kotlin.android' id 'org.jetbrains.kotlin.android'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.22' id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.22'
id 'com.mikepenz.aboutlibraries.plugin' version '10.10.0' id 'com.mikepenz.aboutlibraries.plugin' version '11.1.0'
} }
android { android {
@ -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:10.10.0' implementation 'com.mikepenz:aboutlibraries:11.1.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.2.2' apply false id 'com.android.application' version '8.3.0' apply false
id 'com.android.library' version '8.2.2' apply false id 'com.android.library' version '8.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
} }