├── .github └── ISSUE_TEMPLATE │ ├── app-removal.md │ └── downgrade_addition.md ├── APK Downgrader Update.exe ├── APK Downgrader Update ├── APK Downgrader Update.csproj ├── App.config ├── App.xaml ├── App.xaml.cs ├── MainWindow.xaml ├── MainWindow.xaml.cs └── SimpleJson.cs ├── Apk Downgrader ├── ADB.cs ├── App.config ├── App.xaml ├── App.xaml.cs ├── Beat Saber downgrader.csproj ├── Classes.cs ├── Downloadprogress.xaml ├── Downloadprogress.xaml.cs ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── OTPcs.cs ├── RegexTemplates.cs ├── Update.cs ├── VersionShower.xaml ├── VersionShower.xaml.cs └── packages.config ├── LICENSE ├── README.md ├── update.json └── versions.json /.github/ISSUE_TEMPLATE/app-removal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/.github/ISSUE_TEMPLATE/app-removal.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/downgrade_addition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/.github/ISSUE_TEMPLATE/downgrade_addition.md -------------------------------------------------------------------------------- /APK Downgrader Update.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/APK Downgrader Update.exe -------------------------------------------------------------------------------- /APK Downgrader Update/APK Downgrader Update.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/APK Downgrader Update/APK Downgrader Update.csproj -------------------------------------------------------------------------------- /APK Downgrader Update/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/APK Downgrader Update/App.config -------------------------------------------------------------------------------- /APK Downgrader Update/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/APK Downgrader Update/App.xaml -------------------------------------------------------------------------------- /APK Downgrader Update/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/APK Downgrader Update/App.xaml.cs -------------------------------------------------------------------------------- /APK Downgrader Update/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/APK Downgrader Update/MainWindow.xaml -------------------------------------------------------------------------------- /APK Downgrader Update/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/APK Downgrader Update/MainWindow.xaml.cs -------------------------------------------------------------------------------- /APK Downgrader Update/SimpleJson.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/APK Downgrader Update/SimpleJson.cs -------------------------------------------------------------------------------- /Apk Downgrader/ADB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/ADB.cs -------------------------------------------------------------------------------- /Apk Downgrader/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/App.config -------------------------------------------------------------------------------- /Apk Downgrader/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/App.xaml -------------------------------------------------------------------------------- /Apk Downgrader/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/App.xaml.cs -------------------------------------------------------------------------------- /Apk Downgrader/Beat Saber downgrader.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/Beat Saber downgrader.csproj -------------------------------------------------------------------------------- /Apk Downgrader/Classes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/Classes.cs -------------------------------------------------------------------------------- /Apk Downgrader/Downloadprogress.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/Downloadprogress.xaml -------------------------------------------------------------------------------- /Apk Downgrader/Downloadprogress.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/Downloadprogress.xaml.cs -------------------------------------------------------------------------------- /Apk Downgrader/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/MainWindow.xaml -------------------------------------------------------------------------------- /Apk Downgrader/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/MainWindow.xaml.cs -------------------------------------------------------------------------------- /Apk Downgrader/OTPcs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/OTPcs.cs -------------------------------------------------------------------------------- /Apk Downgrader/RegexTemplates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/RegexTemplates.cs -------------------------------------------------------------------------------- /Apk Downgrader/Update.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/Update.cs -------------------------------------------------------------------------------- /Apk Downgrader/VersionShower.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/VersionShower.xaml -------------------------------------------------------------------------------- /Apk Downgrader/VersionShower.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/VersionShower.xaml.cs -------------------------------------------------------------------------------- /Apk Downgrader/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/Apk Downgrader/packages.config -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/README.md -------------------------------------------------------------------------------- /update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/update.json -------------------------------------------------------------------------------- /versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/APKDowngrader/HEAD/versions.json --------------------------------------------------------------------------------