This repository was archived by the owner on Nov 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +87
-15
lines changed
Expand file tree Collapse file tree 4 files changed +87
-15
lines changed Original file line number Diff line number Diff line change 1+ # Built application files
2+ * .aar
3+ * .ap_
4+ * .aab
5+
6+ # Files for the ART/Dalvik VM
7+ * .dex
8+
9+ # Java class files
10+ * .class
11+
12+ # Generated files
13+ bin /
14+ gen /
15+ out /
16+ # Uncomment the following line in case you need and you don't have the release build type files in your app
17+ release /
18+
19+ # Gradle files
20+ .gradle /
21+ build /
22+
23+ # Local configuration file (sdk path, etc)
24+ local.properties
25+
26+ # Proguard folder generated by Eclipse
27+ proguard /
28+
29+ # Log Files
30+ * .log
31+
32+ # Android Studio Navigation editor temp files
33+ .navigation /
34+
35+ # Android Studio captures folder
36+ captures /
37+
38+ # IntelliJ
139* .iml
2- .gradle
3- /local.properties
4- /.idea /caches
5- /.idea /libraries
6- /.idea /modules.xml
7- /.idea /workspace.xml
8- /.idea /navEditor.xml
9- /.idea /assetWizardSettings.xml
10- .DS_Store
11- /build
12- /captures
40+ .idea /workspace.xml
41+ .idea /tasks.xml
42+ .idea /gradle.xml
43+ .idea /assetWizardSettings.xml
44+ .idea /dictionaries
45+ .idea /libraries
46+ # Android Studio 3 in .gitignore file.
47+ .idea /caches
48+ .idea /modules.xml
49+ # Comment next line if keeping position of elements in Navigation Editor is relevant for you
50+ .idea /navEditor.xml
51+
52+ # Keystore files
53+ # Uncomment the following lines if you do not want to check your keystore files in.
54+ # *.jks
55+ # *.keystore
56+
57+ # External native build folder generated in Android Studio 2.2 and later
1358.externalNativeBuild
14- .cxx
15- local.properties
59+ .cxx /
60+
61+ # Google Services (e.g. APIs or Firebase)
62+ # google-services.json
63+
64+ # Freeline
65+ freeline.py
66+ freeline /
67+ freeline_project_description.json
68+
69+ # fastlane
70+ fastlane /report.xml
71+ fastlane /Preview.html
72+ fastlane /screenshots
73+ fastlane /test_output
74+ fastlane /readme.md
75+
76+ # Version control
77+ vcs.xml
78+
79+ # lint
80+ lint /intermediates /
81+ lint /generated /
82+ lint /outputs /
83+ lint /tmp /
84+ # lint/reports/
Original file line number Diff line number Diff line change 1- /build
1+ /build
2+ /release
Original file line number Diff line number Diff line change 1- /build
1+ /build
2+ /release
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ dependencies {
3737 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
3838 implementation ' androidx.core:core-ktx:1.3.2'
3939 implementation ' androidx.appcompat:appcompat:1.2.0'
40+ implementation ' com.google.android.material:material:1.2.1'
4041 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
4142 implementation project(path : ' :AsyncTaskNeo' )
4243 testImplementation ' junit:junit:4.13.1'
You can’t perform that action at this time.
0 commit comments