Skip to content

Commit

Permalink
Merge pull request #141 from arcao/dev
Browse files Browse the repository at this point in the history
Release app version 3.0.10
  • Loading branch information
arcao authored Apr 7, 2024
2 parents 66f9e2d + a14c273 commit 9dc81c1
Show file tree
Hide file tree
Showing 46 changed files with 934 additions and 800 deletions.
64 changes: 26 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,70 +1,58 @@

# Created by https://www.gitignore.io/api/android,crashlytics
# Created by https://www.toptal.com/developers/gitignore/api/android,crashlytics
# Edit at https://www.toptal.com/developers/gitignore?templates=android,crashlytics

### Android ###
# Built application files
*.apk
*.ap_

# 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/OS Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json

# Intellij
# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/dictionaries
.idea/libraries
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml

# Keystore files
*.jks
*.keystore

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
google-services.json

# Freeline
freeline.py
freeline/
freeline_project_description.json
# Android Profiling
*.hprof

### Android Patch ###
gen-external-apklibs

# Replacement of .externalNativeBuild directories introduced
# with Android Studio 3.5.

### Crashlytics ###
#Crashlytics
crashlytics-build.properties
com_crashlytics_export_strings.xml
crashlytics.properties
fabric.properties


# End of https://www.gitignore.io/api/android,crashlytics
# End of https://www.toptal.com/developers/gitignore/api/android,crashlytics

.idea/caches
/account.dat
/pkce.bin
.idea/markdown-*
2 changes: 0 additions & 2 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

173 changes: 0 additions & 173 deletions app/build.gradle

This file was deleted.

Loading

0 comments on commit 9dc81c1

Please sign in to comment.