File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
app/src/main/java/com/leon/bilihub Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 33import android .app .Application ;
44import android .content .pm .ApplicationInfo ;
55import android .content .pm .PackageManager ;
6- import android .content .res .Configuration ;
76
87import androidx .appcompat .app .AppCompatDelegate ;
98
Original file line number Diff line number Diff line change 22
33import android .content .Context ;
44import android .content .pm .PackageManager ;
5- import android .util .Log ;
65import android .widget .Toast ;
76
87import com .leon .bilihub .http .ApiHelper ;
@@ -20,7 +19,6 @@ public class Utils {
2019 public static void CheckUpdate (Context context , boolean showToast ) {
2120 HttpApi .ApiGet httpApi = new RetrofitClient (BaseUrl .CONFIG , context ).ApiGet ();
2221 new ApiHelper <>(httpApi .getConfig ()).setOnResult (config -> {
23- // Log.d("WwwW", config.toString());
2422
2523 try {
2624 int nowVersionCode = context .getPackageManager ().getPackageInfo (context .getPackageName (), 0 ).versionCode ;
You can’t perform that action at this time.
0 commit comments