diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1bb31df..4698b2f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,6 +51,11 @@ body: label: App Version description: "Which version is causing the issue? (Check tags: https://github.com/D4vidDf/HyperBridge/tags)" options: + - v0.5.5 + - v0.5.4 + - v0.5.3 + - v0.5.2 + - v0.5.0 - v0.4.0 (Stable) - v0.4.0-rc1 - Dev Build (Please specify in description) diff --git a/.gitignore b/.gitignore index aa724b7..a382a9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,64 @@ +# Built application files +*.apk +*.aar +*.ap_ +*.aab + +# Files for the ART/Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ +out/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log + +# Android Studio Navigation editor temp files +.navigation/ + +# Android Studio captures folder +captures/ + +# IntelliJ *.iml -.gradle -/local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml -.DS_Store -/build -/captures +.idea/ +!.idea/codeStyles/ +!.idea/runConfigurations/ +!.idea/vcs.xml + +# Keystore files +*.jks +*.keystore + +# External native build folder generated in Android Studio 2.2 and later .externalNativeBuild -.cxx -local.properties +.cxx/ + +# Mac OS X +.DS_Store + +# Compose compiler metrics and reports +*compose_metrics.txt +*compose_reports.txt + +# Custom HyperBridge project additions +caps_build.txt +gradle/gradle-daemon-jvm.properties +.idea/deploymentTargetSelector.xml +.idea/deploymentTargetSelector.xml +.idea/misc.xml diff --git a/.idea/CrowdinSettingsPlugin.xml b/.idea/CrowdinSettingsPlugin.xml index 018093b..abd84f1 100644 --- a/.idea/CrowdinSettingsPlugin.xml +++ b/.idea/CrowdinSettingsPlugin.xml @@ -4,6 +4,7 @@