mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-07 16:06:18 +00:00
0.19.1
This commit is contained in:
parent
22f0790f2e
commit
99a750b98d
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user