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