Skip to content

Commit f043c79

Browse files
committed
chore: update Gradle to 8.10.0 and add launcher icons with project setup files
1 parent 7647f38 commit f043c79

File tree

20 files changed

+454
-4
lines changed

20 files changed

+454
-4
lines changed

android/PDFConverter/.gitignore

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
# Built application files
2+
*.apk
3+
*.aar
4+
*.ap_
5+
*.aab
6+
7+
# Files for the ART/Dalvik VM
8+
*.dex
9+
10+
# Java class files
11+
*.class
12+
13+
# Generated files
14+
bin/
15+
gen/
16+
out/
17+
18+
# Gradle files
19+
.gradle/
20+
build/
21+
22+
# Local configuration file (sdk path, etc)
23+
local.properties
24+
25+
# Proguard folder generated by Eclipse
26+
proguard/
27+
28+
# Log Files
29+
*.log
30+
31+
# Android Studio Navigation editor temp files
32+
.navigation/
33+
34+
# Android Studio captures folder
35+
captures/
36+
37+
# IntelliJ
38+
*.iml
39+
.idea/
40+
.idea/workspace.xml
41+
.idea/tasks.xml
42+
.idea/gradle.xml
43+
.idea/assetWizardSettings.xml
44+
.idea/dictionaries
45+
.idea/libraries
46+
.idea/caches
47+
.idea/modules.xml
48+
.idea/navEditor.xml
49+
50+
# Android Studio 3 in .gitignore file.
51+
.idea/caches/build_file_checksums.ser
52+
.idea/modules.xml
53+
54+
# Keystore files
55+
*.jks
56+
*.keystore
57+
58+
# External native build folder generated in Android Studio 2.2 and later
59+
.externalNativeBuild
60+
.cxx/
61+
62+
# Google Services (e.g. APIs or Firebase)
63+
google-services.json
64+
65+
# Freeline
66+
freeline.py
67+
freeline/
68+
freeline_project_description.json
69+
70+
# fastlane
71+
fastlane/report.xml
72+
fastlane/Preview.html
73+
fastlane/screenshots
74+
fastlane/test_output
75+
fastlane/readme.md
76+
77+
# Version control
78+
vcs.xml
79+
80+
# lint
81+
lint/intermediates/
82+
lint/generated/
83+
lint/outputs/
84+
lint/tmp/
85+
86+
# Android Profiling
87+
*.hprof
88+
89+
# Kotlin
90+
*.kotlin_module
91+
92+
# Gradle wrapper
93+
!gradle/wrapper/gradle-wrapper.jar
94+
95+
# MacOS
96+
.DS_Store

android/PDFConverter/android/PDFConverter/app/src/main/res/mipmap-hdpi/ic_launcher.png

Loading

android/PDFConverter/android/PDFConverter/app/src/main/res/mipmap-hdpi/ic_launcher_round.png

Loading

android/PDFConverter/android/PDFConverter/app/src/main/res/mipmap-mdpi/ic_launcher.png

Loading

android/PDFConverter/android/PDFConverter/app/src/main/res/mipmap-mdpi/ic_launcher_round.png

Loading

android/PDFConverter/android/PDFConverter/app/src/main/res/mipmap-xhdpi/ic_launcher.png

Loading

android/PDFConverter/android/PDFConverter/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png

Loading

android/PDFConverter/android/PDFConverter/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

Loading

android/PDFConverter/android/PDFConverter/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png

Loading

android/PDFConverter/android/PDFConverter/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

Loading

0 commit comments

Comments
 (0)