mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
Update serialVersionUIDs and version name/number
This commit is contained in:
parent
db1ea01561
commit
6d17810140
3 changed files with 5 additions and 4 deletions
|
@ -18,8 +18,8 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<manifest package="com.owncloud.android"
|
||||
android:versionCode="104005"
|
||||
android:versionName="1.4.5" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
android:versionCode="104006"
|
||||
android:versionName="1.4.6" 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" />
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.owncloud.android.workaround.accounts"
|
||||
android:versionCode="0100007"
|
||||
android:versionName="1.0.7" >
|
||||
android:versionCode="0100008"
|
||||
android:versionName="1.0.8" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="16"
|
||||
|
|
|
@ -52,6 +52,7 @@ public class RemoteOperationResult implements Serializable {
|
|||
|
||||
/** Generated - should be refreshed every time the class changes!! */
|
||||
private static final long serialVersionUID = -4415103901492836870L;
|
||||
|
||||
|
||||
|
||||
private static final String TAG = "RemoteOperationResult";
|
||||
|
|
Loading…
Reference in a new issue