mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-06 07:29:10 +00:00
New about activity with AboutLibraries
This commit is contained in:
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
apply plugin: 'com.jaredsburrows.license'
|
||||
apply plugin: 'com.mikepenz.aboutlibraries.plugin'
|
||||
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
@@ -58,4 +58,6 @@ dependencies {
|
||||
implementation 'com.squareup.moshi:moshi:1.9.3'
|
||||
kapt 'com.squareup.moshi:moshi-kotlin-codegen:1.9.3'
|
||||
implementation 'org.jsoup:jsoup:1.13.1'
|
||||
implementation "com.mikepenz:aboutlibraries-core:$about_libs_version"
|
||||
implementation "com.mikepenz:aboutlibraries:$about_libs_version"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user