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 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 {