Skip to content

Commit

Permalink
6.0.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g authored Jul 6, 2024
1 parent 87838da commit e0933ec
Show file tree
Hide file tree
Showing 731 changed files with 68,393 additions and 23,325 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependecy-versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check Dependency Versions
on:
workflow_dispatch:
push:
branches:
- compose

jobs:
dependency-versions:
Expand Down
26 changes: 14 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
TODO

app/release/*
app/android/release/*
!app/release/.gitkeep
!app/android/release/.gitkeep

sekret.properties
app/desktop/mongodb-realm
app/shared/sekret/src
extension/background/sekret/src
TODO*
composeApp/sekret.properties
composeApp/sekret/src
composeApp/release/*
composeApp/src/commonMain/moko-resources/assets/*

*.so
*.dll
*.dylib

.idea
captures
xcuserdata/
Pods/
*.jks
*yarn.lock

*.iml
.gradle
.kotlin
/local.properties
/.idea
.DS_Store
Expand Down Expand Up @@ -614,4 +616,4 @@ obj/

!/gradle/wrapper/gradle-wrapper.jar

# End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos,intellij,intellij+iml,intellij+all,android,androidstudio,maven,gradle,java,kotlin,netbeans,visualstudiocode
# End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos,intellij,intellij+iml,intellij+all,android,androidstudio,maven,gradle,java,kotlin,netbeans,visualstudiocode
Empty file removed .gitmodules
Empty file.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
<https://www.gnu.org/licenses/why-not-lgpl.html>.
2 changes: 1 addition & 1 deletion README.md → README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Search on the internet if you face any problems. Don't ask for help here!
### Browser (Activation Extension)

If you can't access [bs.to](https://bs.to) you have to enable DoH (DNS over HTTPS).
Setting this up may differ depending on your browser, however I suggest to use **Cloudflare** as provider.
Setting this up may differ depending on your browser, however I suggest to use **Google** as provider.

The extension doesn't need to be updated every version, it just follows the overall versioning scheme.
If an update is required/recommended, then there is a hint in the [release notes](https://github.com/DATL4G/Burning-Series/releases/latest).
Expand Down
55 changes: 0 additions & 55 deletions app/android/build.gradle.kts

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
54 changes: 0 additions & 54 deletions app/android/src/androidMain/kotlin/dev/datlag/burningseries/App.kt

This file was deleted.

This file was deleted.

Loading

0 comments on commit e0933ec

Please sign in to comment.