Browse Source

Update serialVersionUIDs and version name/number

masensio 11 years ago
parent
commit
6d17810140

+ 2 - 2
AndroidManifest.xml

@@ -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" />

+ 2 - 2
oc_jb_workaround/AndroidManifest.xml

@@ -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"

+ 1 - 0
src/com/owncloud/android/operations/RemoteOperationResult.java

@@ -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";