mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Tag v7.0.7
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
47d20546c9
commit
dd8d2cb00d
@ -39,8 +39,8 @@ android {
|
||||
targetSdkVersion 28
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
versionCode 120
|
||||
versionName "7.0.6"
|
||||
versionCode 121
|
||||
versionName "7.0.7"
|
||||
|
||||
flavorDimensions "default"
|
||||
renderscriptTargetApi 19
|
||||
|
@ -94,7 +94,7 @@ public class ApiUtils {
|
||||
retrofitBucket.setUrl(baseUrl + ocsApiVersion + "/core/autocomplete/get");
|
||||
|
||||
retrofitBucket.getQueryMap().put("itemId", "new");
|
||||
retrofitBucket.getQueryMap().put("limit", "10000");
|
||||
retrofitBucket.getQueryMap().put("limit", "50");
|
||||
|
||||
return retrofitBucket;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user