From 622466bd5ae6f063dd8b6accc563b88bef60cf1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=90=E4=BA=9A=E7=91=9F?= Date: Mon, 4 Nov 2019 20:33:47 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/values/styles.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index ceed146..695dda1 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -99,7 +99,8 @@ - @@ -121,4 +120,4 @@ @color/black_translucent true - + \ No newline at end of file From 90a7133bcd7878237a850d90b58d82932127425f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=90=E4=BA=9A=E7=91=9F?= Date: Tue, 5 Nov 2019 01:33:19 +0800 Subject: [PATCH 2/4] =?UTF-8?q?v4.4.3(443007)=20=E5=85=BC=E5=AE=B94.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6dbc666..cb3262c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "tech.yojigen.pivisionm" minSdkVersion 19 targetSdkVersion 29 - versionCode 443006 - versionName '4.4.3(443006)' + versionCode 443007 + versionName '4.4.3(443007)' vectorDrawables.useSupportLibrary = true multiDexEnabled = true } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 071ac4d..9fdd7d4 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -18,6 +18,7 @@ tools:targetApi="n"> From 3233c5a4cccdbec4517a585d1b5edbb9c726564a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=90=E4=BA=9A=E7=91=9F?= Date: Tue, 5 Nov 2019 11:42:16 +0800 Subject: [PATCH 3/4] =?UTF-8?q?v4.4.3(443008)=20=E4=BF=AE=E5=A4=8D4.4?= =?UTF-8?q?=E9=97=AA=E9=80=80=20=E4=BF=AE=E5=A4=8D8.0=E9=97=AA=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 8 ++++---- app/src/main/AndroidManifest.xml | 3 +-- .../main/java/com/reiya/pixiv/base/BaseApplication.java | 4 ++++ app/src/main/res/values/styles.xml | 2 -- build.gradle | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6dbc666..579e65e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "tech.yojigen.pivisionm" minSdkVersion 19 targetSdkVersion 29 - versionCode 443006 - versionName '4.4.3(443006)' + versionCode 443008 + versionName '4.4.3(443008)' vectorDrawables.useSupportLibrary = true multiDexEnabled = true } @@ -60,7 +60,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - + implementation 'com.android.support:multidex:1.0.3' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' @@ -68,7 +68,7 @@ dependencies { // implementation 'com.squareup.okhttp3:okhttp:4.2.0' //向下兼容4.4 implementation 'com.squareup.okhttp3:okhttp:3.12.0' - implementation 'com.squareup.okhttp3:logging-interceptor:3.12.6' + implementation 'com.squareup.okhttp3:logging-interceptor:3.12.1' implementation 'com.squareup.retrofit2:retrofit:2.6.1' implementation 'com.squareup.retrofit2:converter-gson:2.6.1' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 071ac4d..e8e0d5b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" - tools:targetApi="n"> + tools:targetApi="q"> @@ -136,7 +136,6 @@