Skip to content

Commit

Permalink
Add AboutLibraries plugin to show all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Jun 8, 2021
1 parent 325a976 commit b6d4e56
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {
id 'kotlin-android-extensions'
id 'kotlin-kapt'
id 'dagger.hilt.android.plugin'
id 'com.mikepenz.aboutlibraries.plugin'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Release: Working copy
Locale: de, German
Exported by: ChilliBits
Exported at: Fri, 14 May 2021 03:03:24 +0100
Exported at: Tue, 08 Jun 2021 08:14:01 +0100
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="ok">OK</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings_colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Release: Working copy
Locale: de, German
Exported by: ChilliBits
Exported at: Fri, 14 May 2021 03:03:24 +0100
Exported at: Tue, 08 Jun 2021 08:14:01 +0100
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="color_alice_blue">Aliceblau</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Release: Working copy
Locale: es, Spanish
Exported by: ChilliBits
Exported at: Fri, 14 May 2021 03:03:24 +0100
Exported at: Tue, 08 Jun 2021 08:14:01 +0100
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="ok">Aceptar</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings_colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Release: Working copy
Locale: es, Spanish
Exported by: ChilliBits
Exported at: Fri, 14 May 2021 03:03:24 +0100
Exported at: Tue, 08 Jun 2021 08:14:01 +0100
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="color_alice_blue">Azul Alicia</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Release: Working copy
Locale: fr, French
Exported by: ChilliBits
Exported at: Fri, 14 May 2021 03:03:23 +0100
Exported at: Tue, 08 Jun 2021 08:14:00 +0100
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="ok">OK</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings_colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Release: Working copy
Locale: fr, French
Exported by: ChilliBits
Exported at: Fri, 14 May 2021 03:03:23 +0100
Exported at: Tue, 08 Jun 2021 08:14:01 +0100
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="color_alice_blue">Bleu alice</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Release: Working copy
Locale: ru, Russian
Exported by: ChilliBits
Exported at: Fri, 14 May 2021 03:03:24 +0100
Exported at: Tue, 08 Jun 2021 08:14:01 +0100
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="ok">ОК</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Release: Working copy
Locale: en, English
Exported by: ChilliBits
Exported at: Fri, 14 May 2021 03:03:23 +0100
Exported at: Tue, 08 Jun 2021 08:14:00 +0100
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="ok">OK</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings_colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Release: Working copy
Locale: en, English
Exported by: ChilliBits
Exported at: Fri, 14 May 2021 03:03:23 +0100
Exported at: Tue, 08 Jun 2021 08:14:00 +0100
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="color_alice_blue">Alice Blue</string>
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
classpath 'com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:8.3.1'
}
}

Expand Down

0 comments on commit b6d4e56

Please sign in to comment.