Skip to content

Commit

Permalink
Lich Thrift 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamasa committed Mar 23, 2022
1 parent 43c62db commit e32f003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion thrift/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e32f003

Please sign in to comment.