mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
parent
330eb77c7e
commit
593a5a8808
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@ freeline_project_description.json
|
||||
build/
|
||||
.idea/
|
||||
/gradle.properties
|
||||
/app/gplay/release/output.json
|
||||
|
@ -47,8 +47,8 @@ android {
|
||||
targetSdkVersion 29
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
versionCode 139
|
||||
versionName "9.0.0beta3"
|
||||
versionCode 140
|
||||
versionName "9.0.0beta4"
|
||||
|
||||
flavorDimensions "default"
|
||||
renderscriptTargetApi 19
|
||||
|
@ -1 +0,0 @@
|
||||
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":109,"versionName":"7.0.0beta1","enabled":true,"outputFile":"app-gplay-release.apk","fullName":"gplayRelease","baseName":"gplay-release"},"path":"app-gplay-release.apk","properties":{}}]
|
@ -115,7 +115,7 @@ fun createOkHttpClient(
|
||||
): OkHttpClient {
|
||||
val httpClient = OkHttpClient.Builder()
|
||||
|
||||
httpClient.retryOnConnectionFailure(false)
|
||||
httpClient.retryOnConnectionFailure(true)
|
||||
httpClient.connectTimeout(300, TimeUnit.SECONDS)
|
||||
httpClient.readTimeout(300, TimeUnit.SECONDS)
|
||||
httpClient.writeTimeout(300, TimeUnit.SECONDS)
|
||||
|
@ -36,7 +36,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.5.0'
|
||||
classpath 'com.android.tools.build:gradle:3.6.3'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
|
||||
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user