Skip to content

Commit

Permalink
修改关于2
Browse files Browse the repository at this point in the history
  • Loading branch information
jessing committed Aug 29, 2017
1 parent 5e433bf commit c88490f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ In order to play YouTube video, you have to go to the <a href="https://developer

Otherwise you can just download the .APK in <a href="https://github.com/jessing/MovieZ/tree/master/app/app-release1.1.apk">Releases</a>

Or you can download <a href="https://play.google.com/store/apps/details?id=zh.ou.movie">App</a> from Google Play Store
Or you can download App from <a href="https://play.google.com/store/apps/details?id=zh.ou.movie">Google Play Store</a>
## Screencast

[![MovieHub](https://raw.githubusercontent.com/jessing/MovieZ/master/images/Screenshot_20170828-143648.png)]
(https://raw.githubusercontent.com/jessing/MovieZ/master/images/Screenshot_20170828-143648.png)
(https://raw.githubusercontent.com/jessing/MovieZ/master/images/Screenshot_20170828-143642.png)

4 changes: 2 additions & 2 deletions app/src/main/java/zh/ou/movie/C.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
public class C {
public static final String base_url = "https://api.themoviedb.org/3/";

public static final String api_key = "";
public static final String api_key = "1ad11e1f6423f4ca7b792e4fbd17ce58";

public static final String language_zh = "zh-CN";

public static final String language_en = "en_US";
public static final boolean DEBUG = true;

public static final String youtube_key = "";
public static final String youtube_key = "AIzaSyCrzne1GHoD-_xHwcPSfEA8Yni_dOQjdv0";

public static final String google_play_url = "https://play.google.com/store/apps/details?id=zh.ou.movie";

Expand Down

0 comments on commit c88490f

Please sign in to comment.