Skip to content

Commit d4f862d

Browse files
authored
Merge pull request #604 from awhitford/example-rebuild
Rebuilt example.
2 parents 2464d86 + dc5db19 commit d4f862d

File tree

7 files changed

+14
-48
lines changed

7 files changed

+14
-48
lines changed

example/.gitignore

Lines changed: 8 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -21,53 +21,20 @@
2121

2222
# Flutter/Dart/Pub related
2323
**/doc/api/
24+
**/ios/Flutter/.last_build_id
2425
.dart_tool/
2526
.flutter-plugins
2627
.flutter-plugins-dependencies
2728
.packages
2829
.pub-cache/
2930
.pub/
30-
build/
31+
/build/
3132

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
4035

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
6738

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

example/.metadata

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: f37c235c32fc15babe6dc7b7bc2ee4387e5ecf92
8-
channel: beta
7+
revision: 1aafb3a8b9b0c36241c5f5b34ee914770f015818
8+
channel: stable
9+
10+
project_type: app

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.1.0'
9+
classpath 'com.android.tools.build:gradle:3.5.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}

example/android/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
org.gradle.jvmargs=-Xmx1536M
22
android.useAndroidX=true
33
android.enableJetifier=true
4-
android.enableR8=true

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

example/android/settings_aar.gradle

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/ios/Flutter/.last_build_id

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)