Skip to content

Commit

Permalink
updated the issue of getting share list (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiaoping committed Aug 22, 2022
1 parent 5f10206 commit 485d05e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'com.seafile.seadroid2'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 122
versionName "2.2.47"
versionCode 123
versionName "2.2.48"
multiDexEnabled true
resValue "string", "authorities", applicationId + '.cameraupload.provider'
resValue "string", "account_type", "com.seafile.seadroid2.account.api2"
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/AndroidManifest.xml
Expand Up @@ -39,7 +39,6 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />



<application
android:allowBackup="true"
android:name="com.seafile.seadroid2.SeadroidApplication"
Expand Down Expand Up @@ -243,4 +242,9 @@
</intent-filter>
</receiver>
</application>
<queries>
<intent>
<action android:name="android.intent.action.MAIN" />
</intent>
</queries>
</manifest>

0 comments on commit 485d05e

Please sign in to comment.