1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00
This commit is contained in:
Loic Blot 2015-11-17 21:10:37 +01:00
parent 22f0790f2e
commit 99a750b98d
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.unix_experience.owncloud_sms"
android:versionCode="29"
android:versionName="0.19.0"> <!-- From Android 4.0 to 5.2 -->
android:versionCode="30"
android:versionName="0.19.1"> <!-- From Android 4.0 to 5.2 -->
<uses-sdk
android:maxSdkVersion="22"
android:minSdkVersion="14"

View File

@ -103,7 +103,7 @@
style="@style/StandardButton"
android:text="@string/ma_button_sync_accounts_now" />
<TextView
<!--<TextView
android:id="@+id/tv_remoteaccount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -124,7 +124,7 @@
android:onClick="selectRemoteAccount"
android:background="@drawable/standard_button"
style="@style/StandardButton"
android:text="@string/choose_account" />
android:text="@string/choose_account" />-->
<ImageView
android:id="@+id/imageView1"