From 0fcf56c905acfa8f848c4c98723ede10f89316f0 Mon Sep 17 00:00:00 2001 From: ando Date: Tue, 1 Aug 2023 01:21:22 +0900 Subject: [PATCH 1/2] =?UTF-8?q?app/build/reports=E3=81=8C=E3=82=A2?= =?UTF-8?q?=E3=83=83=E3=83=97=E3=83=AD=E3=83=BC=E3=83=89=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=81=AE=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- .idea/deploymentTargetDropDown.xml | 17 ----------------- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .idea/deploymentTargetDropDown.xml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb96700..2744bf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,8 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - name: Run lint for lintDebug the variants. - run: ./gradlew lintDebug + - name: Run lint for lint the variants. + run: ./gradlew lint - name: Run unit tests for testDebugUnitTest the variants. run: ./gradlew testDebugUnitTest diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index 06f250d..0000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file From ba7d0b78c14480ffb58d44d6eedb962dd0baeeb7 Mon Sep 17 00:00:00 2001 From: ando Date: Tue, 1 Aug 2023 01:22:11 +0900 Subject: [PATCH 2/2] =?UTF-8?q?ver=201.0.1=E3=81=AB=E3=82=A2=E3=83=83?= =?UTF-8?q?=E3=83=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 07d981f..08c1798 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.leoleo.quizapp" minSdk 29 targetSdk 34 - versionCode 100 - versionName "1.0.0" + versionCode 101 + versionName "1.0.1" testInstrumentationRunner "com.leoleo.androidapptemplate.CustomTestRunner" vectorDrawables {