Skip to content

Commit

Permalink
Merge pull request #4 from AdityaBavadekar/dev
Browse files Browse the repository at this point in the history
Merge Dev for new release
  • Loading branch information
AdityaBavadekar authored Oct 22, 2022
2 parents 2f66e75 + ce1a369 commit 227713e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
18 changes: 18 additions & 0 deletions pinlog-activity/src/main/res-public/values/public.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) Aditya Bavadekar
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
</resources>
4 changes: 2 additions & 2 deletions pinlog-activity/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
-->

<resources>
<color name="background_grey">#fffafafa</color>
</resources>
<color name="background_grey">#000000</color>
</resources>
5 changes: 2 additions & 3 deletions pinlog/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.pinlog.provider"
android:exported="false"
android:grantUriPermissions="true"
tools:replace="android:authorities">
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
</provider>
</application>

</manifest>
</manifest>

0 comments on commit 227713e

Please sign in to comment.