-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
# Conflicts: # build.gradle
- Loading branch information
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) 提出。** | ||
|
||
|
||
# 下载体验 | ||
|
@@ -123,7 +124,7 @@ GIF预览: | |
|
||
|
||
|
||
**我的邮箱: [email protected] ,有任何问题都可以email我或者在[issues](https://github.com/jixiaoyong/WanAndroid/issues) 提出。** | ||
**我的邮箱: aml4aWFveW9uZzE5OTVAZ21haWwuY29tCg== ,有任何问题都可以email我或者在[issues](https://github.com/jixiaoyong/WanAndroid/issues) 提出。** | ||
|
||
|
||
|
||
|