Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle
  • Loading branch information
jixiaoyong committed Nov 2, 2019
2 parents c526e8c + eec1321 commit bfe0db9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Android CI

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
env:
BUGLY_APP_KEY: ${{ secrets.BUGLY_APP_KEY }}
UMENG_APP_KEY: ${{ secrets.UMENG_APP_KEY }}
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

[![Build Status](https://www.travis-ci.org/jixiaoyong/WanAndroid.svg?branch=master)](https://www.travis-ci.org/jixiaoyong/WanAndroid)

![WanAndroid Action Badge](https://github.com/jixiaoyong/WanAndroid/workflows/Android%20CI/badge.svg)

![WanAndroid Logo](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidLogo.png?raw=true)


一个用kotlin语言编写的www.wanandroid.com的客户端,支持Android 5.0及以上版本。

本项目还在持续编写中。。。

**我的邮箱: [email protected] ,有任何问题都可以email我或者在[issues](https://github.com/jixiaoyong/WanAndroid/issues) 提出。**

**我的邮箱: aml4aWFveW9uZzE5OTVAZ21haWwuY29tCg== ,有任何问题都可以email我或者在[issues](https://github.com/jixiaoyong/WanAndroid/issues) 提出。**


# 下载体验
Expand Down Expand Up @@ -123,7 +124,7 @@ GIF预览:



**我的邮箱: [email protected] ,有任何问题都可以email我或者在[issues](https://github.com/jixiaoyong/WanAndroid/issues) 提出。**
**我的邮箱: aml4aWFveW9uZzE5OTVAZ21haWwuY29tCg== ,有任何问题都可以email我或者在[issues](https://github.com/jixiaoyong/WanAndroid/issues) 提出。**



Expand Down

0 comments on commit bfe0db9

Please sign in to comment.