- okhttpVersion 4.10.0

- glideVersion 4.13.2
- conscrypt-android 2.5.2
- remove dependency: hjson
This commit is contained in:
tateisu 2022-08-02 12:23:44 +09:00
parent 249ff52556
commit fc2057bb4f
2 changed files with 3 additions and 32 deletions

View File

@ -182,7 +182,7 @@ dependencies {
testImplementation "junit:junit:$junit_version" // kotlin-testとjunitを併用
def okhttpVersion = "4.9.3"
def okhttpVersion = "4.10.0"
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttpVersion"
@ -202,7 +202,7 @@ dependencies {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8'
}
def glideVersion = '4.13.1'
def glideVersion = '4.13.2'
implementation "com.github.bumptech.glide:glide:$glideVersion"
implementation "com.github.bumptech.glide:annotations:$glideVersion"
implementation("com.github.bumptech.glide:okhttp3-integration:$glideVersion") {
@ -210,7 +210,7 @@ dependencies {
}
kapt "com.github.bumptech.glide:compiler:$glideVersion"
implementation "org.conscrypt:conscrypt-android:2.5.1"
implementation "org.conscrypt:conscrypt-android:2.5.2"
implementation 'io.github.inflationx:calligraphy3:3.1.1'
implementation 'io.github.inflationx:viewpump:2.0.3'
@ -221,8 +221,6 @@ dependencies {
implementation 'com.github.kenglxn.QRGen:android:2.5.0'
implementation 'org.hjson:hjson:3.0.0'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation 'com.astuetz:pagerslidingtabstrip:1.0.1'

View File

@ -186,33 +186,6 @@ The views and conclusions contained in the software and documentation are those
authors and should not be interpreted as representing official policies, either expressed
or implied, of Google, Inc.
====================================================
hjson/hjson-java
https://github.com/hjson/hjson-java
The MIT License (MIT)
Copyright (c) 2013, 2014 EclipseSource
Copyright (c) 2015-2016 Christian Zangl
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================
iamcal/emoji-data
https://github.com/iamcal/emoji-data