Skip to content

Nextdiff --git a/.github/workflows/android.yml b/.github/workflows/android.yml new file mode 100644 index 0000000..d31c789 --- /dev/null +++ b/.github/workflows/android.yml @@ -0,0 +1,17 @@ +name: Android CI +auto complete +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build with Gradle + run: ./gradlew build#192

Open
octocat-maven wants to merge 173 commits intov2-masterfrom next

Commits

Commits on Oct 20, 2013

Commits on Oct 21, 2013

Commits on Nov 4, 2013

Commits on Nov 16, 2013

Commits on Nov 27, 2013

Commits on Dec 9, 2013

Commits on Dec 11, 2013

Commits on Dec 19, 2013

Commits on Dec 29, 2013

Commits on Dec 31, 2013

Commits on Jan 13, 2014

Commits on Feb 2, 2014

Commits on Feb 3, 2014

Commits on Feb 4, 2014

Commits on Feb 8, 2014

Commits on Feb 9, 2014

Commits on Feb 14, 2014

Commits on Feb 24, 2014

Commits on Feb 26, 2014

Commits on Mar 3, 2014

Commits on Mar 4, 2014

Commits on Mar 15, 2014

Commits on Mar 23, 2014

Commits on Apr 28, 2014

Commits on May 9, 2014

Commits on May 10, 2014

Commits on May 11, 2014

Commits on May 24, 2014

Commits on May 25, 2014

Commits on May 28, 2014

Commits on Jun 3, 2014

Commits on Jun 10, 2014

Commits on Jun 11, 2014

Commits on Jun 17, 2014

Commits on Jul 3, 2014

Commits on Aug 7, 2014

Commits on Aug 8, 2014

Commits on Sep 7, 2014

Commits on Sep 8, 2014

Commits on Oct 2, 2014

Commits on Oct 8, 2014

Commits on Oct 9, 2014

Commits on Oct 10, 2014

Commits on Nov 3, 2014

Commits on Jan 3, 2015

Commits on Feb 15, 2015

Commits on Feb 16, 2015

Commits on Feb 24, 2015

Commits on Jun 12, 2015

Commits on Jun 18, 2015

Commits on Aug 21, 2015

Commits on Aug 22, 2015

Commits on Jun 24, 2016

Commits on Jun 27, 2016

Commits on Sep 5, 2016

Commits on Sep 14, 2016

Commits on Jan 10, 2017

Commits on Mar 20, 2017

Commits on Mar 21, 2017