diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9327cf89..74572242 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: run: npx cap update android - name: Build with Gradle working-directory: android - run: chmod +x gradlew; ./gradlew clean assembleRelease -x test -Pandroid.injected.signing.store.file=/home/runner/work/VueTube/VueTube/android/key.jks -Pandroid.injected.signing.store.password=${{ secrets.ANDROID_STORE_PASSWORD }} -Pandroid.injected.signing.key.alias=${{ secrets.ANDROID_KEY_ALIAS }} -Pandroid.injected.signing.key.password=${{ secrets.ANDROID_KEY_PASSWORD }} + run: chmod +x gradlew; ./gradlew build -x lint - name: Upload artifacts uses: actions/upload-artifact@v2 with: diff --git a/android/app/build.gradle b/android/app/build.gradle index d504874b..f6869d25 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -21,6 +21,15 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } + lintOptions { + /** + * Set whether lint should check for fatal errors during release builds. Default is true. + * If issues with severity "fatal" are found, the release build is aborted. + */ + checkReleaseBuilds false + abortOnError false + disable 'all' + } } repositories { diff --git a/readme.md b/readme.md index a788ddb2..ab96ad27 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ -

+

A simple and open source video streaming client aimed to recreate ALL the features from their respective apps (and more!)
Pronounced View Tube (/ˈvjuːˌtjuːb/)