along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest package="com.owncloud.android"
- android:versionCode="105000"
- android:versionName="1.5.0" xmlns:android="http://schemas.android.com/apk/res/android">
+ android:versionCode="105003"
+ android:versionName="1.5.3" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<service
android:name=".syncadapter.FileSyncService"
android:exported="true"
- android:process=":sync">
+ >
<intent-filter>
<action android:name="android.content.SyncAdapter" />
</intent-filter>