Skip to content

Commit 1a8fe42

Browse files
committed
v180.2.1
- Added open source tag
1 parent 1616736 commit 1a8fe42

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@
7575
android:windowSoftInputMode="adjustPan"
7676
tools:ignore="AllowBackup,LockedOrientationActivity">
7777

78+
<meta-data
79+
android:name="open_source"
80+
android:value="true" /> <!-- Set to true to indicate the app is open source -->
81+
82+
<meta-data
83+
android:name="open_source_license"
84+
android:value="GNU GENERAL PUBLIC LICENSE Version 3" /> <!-- License of your app -->
85+
7886
<!--
7987
The API key for Google Maps-based APIs is defined as a string resource.
8088
(See the file "res/values/google_maps_api.xml").

0 commit comments

Comments
 (0)