Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
xinpengfei520 committed Mar 21, 2019
1 parent 4f93297 commit e0031c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {

'supportLibrary' : '27.1.1',

'libReleaseCode' : 13,
'libReleaseName' : '0.9.4'
'libReleaseCode' : 14,
'libReleaseName' : '0.9.5'
]


Expand Down
4 changes: 2 additions & 2 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
android:windowSoftInputMode="stateHidden|stateAlwaysHidden" />

<provider
android:name=".provider.CustomFileProvider"
android:name="com.xsir.pgyerappupdate.library.provider.CustomFileProvider"
android:authorities="com.xsir.pgyerappupdate.library.FileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
android:resource="@xml/provider_file_paths" />
</provider>

</application>
Expand Down
File renamed without changes.

0 comments on commit e0031c8

Please sign in to comment.