From e32f003d43dcefea8145cce1a789f4104870a090 Mon Sep 17 00:00:00 2001 From: OISHI Masakuni Date: Wed, 23 Mar 2022 12:12:15 +0900 Subject: [PATCH] Lich Thrift 2.6.0 --- gradle.properties | 2 +- thrift/build.gradle | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 694357b..97d6142 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,5 +28,5 @@ VERSION_NAME_COMPONENT=2.9.0-SNAPSHOT VERSION_NAME_LIFECYCLE=1.7.0-SNAPSHOT VERSION_NAME_OKHTTP=2.6.0-SNAPSHOT VERSION_NAME_SAVEDSTATE=1.7.0-SNAPSHOT -VERSION_NAME_THRIFT=2.6.0-SNAPSHOT +VERSION_NAME_THRIFT=2.6.0 VERSION_NAME_VIEWMODEL=3.6.0-SNAPSHOT diff --git a/thrift/build.gradle b/thrift/build.gradle index ef31987..79d47d4 100644 --- a/thrift/build.gradle +++ b/thrift/build.gradle @@ -11,7 +11,8 @@ lichLibrary { } dependencies { - implementation project(':okhttp') +// implementation project(':okhttp') + implementation 'com.linecorp.lich:okhttp:2.5.0' api libs.okhttp api(libs.libthrift) { exclude group: 'org.apache.commons'