Compare commits

...

2 Commits

Author SHA1 Message Date
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
2 changed files with 2 additions and 2 deletions

View File

@ -55,6 +55,6 @@ dependencies {
implementation 'com.caverock:androidsvg-aar:1.4'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
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.
plugins {
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
}