From 34badbff5d9ccfd085bccdccca084d5a39f368f3 Mon Sep 17 00:00:00 2001 From: FongMi Date: Mon, 29 Aug 2022 23:17:19 +0800 Subject: [PATCH] Update to 1.1.6 --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index be576fcf2..8ddf6301e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fongmi.android.tv" minSdk 21 targetSdk 32 - versionCode 15 - versionName "1.1.5" + versionCode 16 + versionName "1.1.6" } productFlavors { @@ -66,7 +66,6 @@ dependencies { implementation 'com.google.zxing:core:3.5.0' implementation 'com.makeramen:roundedimageview:2.3.0' implementation 'com.squareup.okhttp3:okhttp:4.10.0' - implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.10.0' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'org.nanohttpd:nanohttpd:2.3.1' implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' }