File tree Expand file tree Collapse file tree 4 files changed +85
-14
lines changed
Expand file tree Collapse file tree 4 files changed +85
-14
lines changed Original file line number Diff line number Diff line change 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+ # Uncomment the following line in case you need and you don't have the release build type files in your app
18+ # release/
19+
20+ # Gradle files
21+ .gradle /
22+ build /
23+
24+ # Local configuration file (sdk path, etc)
25+ local.properties
26+
27+ # Proguard folder generated by Eclipse
28+ proguard /
29+
30+ # Log Files
31+ * .log
32+
33+ # Android Studio Navigation editor temp files
34+ .navigation /
35+
36+ # Android Studio captures folder
37+ captures /
38+
39+ # IntelliJ
140* .iml
41+
42+ # Keystore files
43+ # Uncomment the following lines if you do not want to check your keystore files in.
44+ # *.jks
45+ # *.keystore
46+
47+ # External native build folder generated in Android Studio 2.2 and later
48+ .externalNativeBuild
49+ .cxx /
50+
51+ # Google Services (e.g. APIs or Firebase)
52+ # google-services.json
53+
54+ # Freeline
55+ freeline.py
56+ freeline /
57+ freeline_project_description.json
58+
59+ # fastlane
60+ fastlane /report.xml
61+ fastlane /Preview.html
62+ fastlane /screenshots
63+ fastlane /test_output
64+ fastlane /readme.md
65+
66+ # Version control
67+ vcs.xml
68+
69+ # lint
70+ lint /intermediates /
71+ lint /generated /
72+ lint /outputs /
73+ lint /tmp /
74+ # lint/reports/
75+
76+ # Android Profiling
77+ * .hprof
278.gradle
379/local.properties
4- /.idea /caches
5- /.idea /libraries
6- /.idea /modules.xml
7- /.idea /workspace.xml
8- /.idea /navEditor.xml
9- /.idea /assetWizardSettings.xml
80+ /.idea /
1081.DS_Store
1182/build
1283/captures
13- .externalNativeBuild
1484.cxx
85+
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = " 1.4.31 "
3+ ext. kotlin_version = " 1.6.21 "
44 repositories {
55 google()
6- jcenter ()
6+ mavenCentral ()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:4.2.0 '
9+ classpath ' com.android.tools.build:gradle:7.1.3 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
1313
1414allprojects {
1515 repositories {
1616 google()
17- jcenter ()
17+ mavenCentral ()
1818 }
1919}
2020
Original file line number Diff line number Diff line change 1- # Sun Apr 18 15:09:16 MSK 2021
1+ # Mon Jul 11 12:08:25 MSK 2022
22distributionBase =GRADLE_USER_HOME
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2-bin.zip
34distributionPath =wrapper/dists
4- zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl = https\://services.gradle.org/distributions/gradle-6.5-bin.zip
6+ zipStoreBase = GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments