1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-06-22 13:09:18 +00:00

feat(app): Add OSS licenses notice #69

This commit is contained in:
2022-08-23 19:46:50 +02:00
parent 47a91fcc09
commit 218d23f223
4 changed files with 30 additions and 6 deletions

View File

@ -5,6 +5,9 @@ buildscript {
// Safe Navigation
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1")
// OSS licenses
classpath("com.google.android.gms:oss-licenses-plugin:0.10.5")
}
}