Skip to content

Commit 349f2a0

Browse files
committed
update repo
1 parent ed66156 commit 349f2a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CheakNewVersion.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public partial class CheakNewVersion : ContentPage
1010
{
1111
// === CONFIGURATION ===
1212
private const string RepoOwner = "kinguser981";
13-
private const string RepoName = "Fortnite_Ping_Tester";
13+
private const string RepoName = "Fortnite_DNS";
1414
private static readonly Version LocalVersion = new Version("1.1.0");
1515
// =====================
1616

MauiApp2.csproj.user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen>
55
<ActiveDebugFramework>net10.0-android</ActiveDebugFramework>
6-
<ActiveDebugProfile>HMD Global Nokia 5.3 (Android 12.0 - API 31)</ActiveDebugProfile>
7-
<SelectedPlatformGroup>PhysicalDevice</SelectedPlatformGroup>
6+
<ActiveDebugProfile>Android Emulator</ActiveDebugProfile>
7+
<SelectedPlatformGroup>Emulator</SelectedPlatformGroup>
88
</PropertyGroup>
99
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net10.0-android|AnyCPU'">
1010
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>

0 commit comments

Comments
 (0)