Skip to content

Commit

Permalink
v180.2.1
Browse files Browse the repository at this point in the history
  - Added open source tag
  • Loading branch information
Hamza417 committed Feb 2, 2024
1 parent 1616736 commit 1a8fe42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
android:windowSoftInputMode="adjustPan"
tools:ignore="AllowBackup,LockedOrientationActivity">

<meta-data
android:name="open_source"
android:value="true" /> <!-- Set to true to indicate the app is open source -->

<meta-data
android:name="open_source_license"
android:value="GNU GENERAL PUBLIC LICENSE Version 3" /> <!-- License of your app -->

<!--
The API key for Google Maps-based APIs is defined as a string resource.
(See the file "res/values/google_maps_api.xml").
Expand Down

0 comments on commit 1a8fe42

Please sign in to comment.