This commit is contained in:
AndyScherzinger 2017-10-05 18:31:30 +02:00 коммит произвёл tobiasKaminsky
Родитель ff7cf4ad12
Коммит e87bf739cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0E00D4D47D0C5AF7
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -20,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
android:versionCode="20000052"
android:versionName="2.0.0-e2e-02">
android:versionCode="20000009"
android:versionName="2.0.0RC9">
<!-- GET_ACCOUNTS is needed for API <= 22.
For API >= 23 results in the addition of CONTACTS group to the list of permissions that may be

Просмотреть файл

@ -19,8 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.owncloud.android"
android:versionCode="20000052"
android:versionName="2.0.0-e2e-02">
android:versionCode="20000009"
android:versionName="2.0.0RC9">
<application
android:name=".MainApp"