chore: update core

This commit is contained in:
metacubex
2022-12-21 16:18:48 +08:00
parent 2fd3bb4a36
commit a0021a0f73
6 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
#include <malloc.h>
#include <android/log.h>
#define TAG "ClashForAndroid"
#define TAG "ClashMetaForAndroid"
typedef const char *c_string;

View File

@@ -39,7 +39,7 @@ func openUrl(url string) (io.ReadCloser, error) {
return nil, err
}
request.Header.Set("User-Agent", "ClashForAndroid/"+app.VersionName())
request.Header.Set("User-Agent", "ClashMetaForAndroid/"+app.VersionName())
response, err := client.Do(request)
if err != nil {