Skip to content

Commit

Permalink
Merge pull request #14 from LeoAndo/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
LeoAndo committed Jul 31, 2023
2 parents a2b6cda + 97fd188 commit 5bcf5c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 0 additions & 17 deletions .idea/deploymentTargetDropDown.xml

This file was deleted.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5bcf5c6

Please sign in to comment.