Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Update oss licences plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vase4kin committed Mar 19, 2020
1 parent 1112a32 commit 8c0a650
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
android:name=".artifact.view.ArtifactListActivity"
android:label="@string/tab_artifacts"
android:theme="@style/Theme.MyApp" />
<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
android:theme="@style/Theme.MaterialComponents.DayNight.DarkActionBar"/>
<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
android:theme="@style/Theme.MaterialComponents.DayNight.DarkActionBar"/>

<provider
android:name="androidx.core.content.FileProvider"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object Libs {
const val databindingCompiler = "com.android.databinding:compiler:3.1.4"

object Tools {
const val openSourceLicensesPlugin = "com.google.android.gms:oss-licenses-plugin:0.9.5"
const val openSourceLicensesPlugin = "com.google.android.gms:oss-licenses-plugin:0.10.2"
}
}

Expand Down

0 comments on commit 8c0a650

Please sign in to comment.