Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[WEEX][Weex-Android] Android Q Weex System Version Adapter (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
gubaojian authored and YorkShen committed Apr 19, 2019
1 parent 6cfbdbe commit 80cc6cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/sdk/src/main/java/com/taobao/weex/WXEnvironment.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ public class WXEnvironment {
if(SYS_VERSION != null && SYS_VERSION.toUpperCase().equals("P")){
SYS_VERSION = "9.0.0";
}
if(SYS_VERSION != null && SYS_VERSION.toUpperCase().equals("Q")){
SYS_VERSION = "10.0.0";
}
}
public static final String SYS_MODEL = android.os.Build.MODEL;
public static final String EAGLE = "eagle";
Expand Down

0 comments on commit 80cc6cf

Please sign in to comment.