Skip to content

Commit

Permalink
📄 Add license permission to Google Play Agreement
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Jan 22, 2025
1 parent 6b53a1b commit dd50bc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,8 @@ licensee {
allowUrl("https://developer.android.com/studio/terms.html") {
because("Android Software Development Kit License Agreement.")
}

allowUrl("https://developer.android.com/guide/playcore/license") {
because("Google Play License Agreement.")
}
}

0 comments on commit dd50bc9

Please sign in to comment.