|
@@ -18,8 +18,8 @@
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
-->
|
|
|
<manifest package="com.owncloud.android"
|
|
|
- android:versionCode="10600301"
|
|
|
- android:versionName="1.6.3" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
+ android:versionCode="10700000"
|
|
|
+ android:versionName="1.7.0" 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" />
|
|
@@ -86,9 +86,7 @@
|
|
|
android:name=".ui.activity.Preferences"
|
|
|
android:theme="@style/Theme.ownCloud" >
|
|
|
</activity>
|
|
|
- <activity android:name=".ui.activity.PreferencesNewSessionewSession" >
|
|
|
- </activity>
|
|
|
-
|
|
|
+
|
|
|
<activity
|
|
|
android:name=".ui.preview.PreviewImageActivity"
|
|
|
/>
|