Skip to content

Commit 407ccee

Browse files
authored
Merge pull request #19 from manneohlund/rc-5.0.0
Rc 5.0.0
2 parents 462745c + c359ac0 commit 407ccee

File tree

143 files changed

+3017
-2729
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+3017
-2729
lines changed

.gitignore

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Project
2+
upload-keystore.jks
3+
14
# Built application files
25
*.apk
36
*.ap_
@@ -34,7 +37,7 @@ proguard/
3437
# Android Studio captures folder
3538
captures/
3639

37-
# IntelliJ
40+
# IntelliJ, Android Studio
3841
*.iml
3942
.idea/workspace.xml
4043
.idea/tasks.xml
@@ -45,10 +48,12 @@ captures/
4548
# Android Studio 3 in .gitignore file.
4649
.idea/caches/
4750
.idea/caches/build_file_checksums.ser
48-
/.idea/caches/build_file_checksums.ser
4951
.idea/modules.xml
5052
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
5153
.idea/navEditor.xml
54+
.idea/assetWizardSettings.xml
55+
.idea/markdown-navigator-enh.xml
56+
.idea/markdown-navigator.xml
5257

5358
# Keystore files
5459
# Uncomment the following lines if you do not want to check your keystore files in.
@@ -66,13 +71,6 @@ freeline.py
6671
freeline/
6772
freeline_project_description.json
6873

69-
# fastlane
70-
fastlane/report.xml
71-
fastlane/Preview.html
72-
fastlane/screenshots
73-
fastlane/test_output
74-
fastlane/readme.md
75-
7674
# Version control
7775
vcs.xml
7876

.idea/codeStyles/Project.xml

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.idea/copyright/profiles_settings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/markdown-exported-files.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/markdown-navigator.xml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.idea/markdown-navigator/profiles_settings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 1 addition & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)