Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kaminsky <tobias@kaminsky.me>2017-01-22 02:34:34 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2017-01-22 02:34:34 +0300
commit81f305254cbecd34aa4666bc7f59a0800a952706 (patch)
tree069eba7f2e3c1d355017202837dd61d00fc6c3f8
parent973679f04578adc6fdd48ce345282930a7b7a2e8 (diff)
update to 20170122beta-20170122
-rw-r--r--AndroidManifest.xml4
-rw-r--r--apks/latest2
-rw-r--r--apks/latest.apkbin5013057 -> 5015545 bytes
-rw-r--r--apks/nextcloud-beta-20170122.apk (renamed from apks/nextcloud-beta-20170105.apk)bin5007597 -> 5015545 bytes
-rw-r--r--build.gradle4
5 files changed, 5 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 19209af481..989c6a5305 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
- android:versionCode="20170117"
- android:versionName="20170117" >
+ android:versionCode="20170122"
+ android:versionName="20170122" >
<uses-sdk
android:minSdkVersion="14"
diff --git a/apks/latest b/apks/latest
index 66ede753a9..75c0cd5c77 100644
--- a/apks/latest
+++ b/apks/latest
@@ -1 +1 @@
-20170117
+20170122
diff --git a/apks/latest.apk b/apks/latest.apk
index eebfbd3171..0f4d603538 100644
--- a/apks/latest.apk
+++ b/apks/latest.apk
Binary files differ
diff --git a/apks/nextcloud-beta-20170105.apk b/apks/nextcloud-beta-20170122.apk
index 54322aba6d..0f4d603538 100644
--- a/apks/nextcloud-beta-20170105.apk
+++ b/apks/nextcloud-beta-20170122.apk
Binary files differ
diff --git a/build.gradle b/build.gradle
index 01fc15ce60..59cc35a3ff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -101,8 +101,8 @@ android {
testInstrumentationRunnerArgument "TEST_SERVER_URL", "\"$System.env.OCTEST_SERVER_BASE_URL\""
applicationId "com.nextcloud.android.beta"
- versionCode 20170117
- versionName "20170117"
+ versionCode 20170122
+ versionName "20170122"
// disable the experimental Jack build tools.
jackOptions {