File tree Expand file tree Collapse file tree 7 files changed +14
-48
lines changed Expand file tree Collapse file tree 7 files changed +14
-48
lines changed Original file line number Diff line number Diff line change 21
21
22
22
# Flutter/Dart/Pub related
23
23
** /doc /api /
24
+ ** /ios /Flutter /.last_build_id
24
25
.dart_tool /
25
26
.flutter-plugins
26
27
.flutter-plugins-dependencies
27
28
.packages
28
29
.pub-cache /
29
30
.pub /
30
- build /
31
+ / build /
31
32
32
- # Android related
33
- ** /android /** /gradle-wrapper.jar
34
- ** /android /.gradle
35
- ** /android /captures /
36
- ** /android /gradlew
37
- ** /android /gradlew.bat
38
- ** /android /local.properties
39
- ** /android /** /GeneratedPluginRegistrant.java
33
+ # Web related
34
+ lib /generated_plugin_registrant.dart
40
35
41
- # iOS/XCode related
42
- ** /ios /** /* .mode1v3
43
- ** /ios /** /* .mode2v3
44
- ** /ios /** /* .moved-aside
45
- ** /ios /** /* .pbxuser
46
- ** /ios /** /* .perspectivev3
47
- ** /ios /** /* sync /
48
- ** /ios /** /.sconsign.dblite
49
- ** /ios /** /.tags *
50
- ** /ios /** /.vagrant /
51
- ** /ios /** /DerivedData /
52
- ** /ios /** /Icon ?
53
- ** /ios /** /Pods /
54
- ** /ios /** /.symlinks /
55
- ** /ios /** /profile
56
- ** /ios /** /xcuserdata
57
- ** /ios /.generated /
58
- ** /ios /Flutter /App.framework
59
- ** /ios /Flutter /Flutter.framework
60
- ** /ios /Flutter /Generated.xcconfig
61
- ** /ios /Flutter /app.flx
62
- ** /ios /Flutter /app.zip
63
- ** /ios /Flutter /flutter_assets /
64
- ** /ios /ServiceDefinitions.json
65
- ** /ios /Runner /GeneratedPluginRegistrant. *
66
- ** /ios /Flutter /flutter_export_environment.sh
36
+ # Symbolication related
37
+ app. * .symbols
67
38
68
- # Exceptions to above rules.
69
- ! ** /ios /** /default.mode1v3
70
- ! ** /ios /** /default.mode2v3
71
- ! ** /ios /** /default.pbxuser
72
- ! ** /ios /** /default.perspectivev3
73
- ! /packages /flutter_tools /test /data /dart_dependencies_test /** /.packages
39
+ # Obfuscation related
40
+ app. * .map.json
Original file line number Diff line number Diff line change 4
4
# This file should be version controlled and should not be manually edited.
5
5
6
6
version:
7
- revision: f37c235c32fc15babe6dc7b7bc2ee4387e5ecf92
8
- channel: beta
7
+ revision: 1aafb3a8b9b0c36241c5f5b34ee914770f015818
8
+ channel: stable
9
+
10
+ project_type: app
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.1 .0'
9
+ classpath ' com.android.tools.build:gradle:3.5 .0'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1536M
2
2
android.useAndroidX =true
3
3
android.enableJetifier =true
4
- android.enableR8 =true
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.2 -all.zip
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments