diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml new file mode 100644 index 0000000..d66ebe0 --- /dev/null +++ b/.github/workflows/config.yml @@ -0,0 +1,24 @@ + +name: Github Actions Pixel +on: + push: + branches: + - 'feature/generate_apk_pipeline' + +jobs: + + apk: + name: Generate Apk for Internet Module + runs-on: ubuntu-18.04 + steps: + - uses: actions/checkout@v1 + - name: set up JDK 11 + uses: actions/setup-java@v1 + with: + java-version: 11 + + - name: Grant Permission to Execute + run: chmod +x gradlew + + - name: Build debug APK + run: bash ./gradlew :internet:assembleDebug --stacktrace diff --git a/README.md b/README.md index 7aacffd..0f4811d 100644 --- a/README.md +++ b/README.md @@ -129,11 +129,15 @@ For complete usage in Kotlin and Java clone the project in Android Studio and ru ## Issues Issues can be reported [here](https://github.com/mmobin789/pixel/issues). +## Known Issues +Due to an issue do not use this inside recyclerview or listview, it will not work as expected we are working on it to fix this issue soon. + ## Inspiration The idea of employing Kotlin Coroutines that drive the working of this library partly came from [Coil](https://github.com/coil-kt). ## Co-Creator [Malik Dawar](https://github.com/malikdawar) + [Muhammad Danish](https://github.com/DaaniDev) ## License Copyright 2020 Pixel Contributors