Skip to content

Commit dd50bc9

Browse files
committed
📄 Add license permission to Google Play Agreement
Signed-off-by: Leonardo Colman Lopes <[email protected]>
1 parent 6b53a1b commit dd50bc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,8 @@ licensee {
275275
allowUrl("https://developer.android.com/studio/terms.html") {
276276
because("Android Software Development Kit License Agreement.")
277277
}
278+
279+
allowUrl("https://developer.android.com/guide/playcore/license") {
280+
because("Google Play License Agreement.")
281+
}
278282
}

0 commit comments

Comments
 (0)