放开固定版本号
This commit is contained in:
parent
7119f83cbf
commit
c21607d6d4
@ -401,7 +401,7 @@ public class CommonAppConfig {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
return "6.9.0";
|
||||
return mVersion;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -180,7 +180,7 @@ public class VersionUtil {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
return "6.9.0";
|
||||
return sVersion;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user