Commit 497bc15 1 parent 5f6fcae commit 497bc15 Copy full SHA for 497bc15
File tree 7 files changed +7
-7
lines changed
cronet_http/example/android
flutter_http_example/android
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gradle-wrapper.jar
7
7
GeneratedPluginRegistrant.java
8
8
9
9
# Remember to never publicly share your keystore.
10
- # See https://flutter.dev/docs/deployment/android# reference-the- keystore-from-the-app
10
+ # See https://flutter.dev/to/ reference-keystore
11
11
key.properties
12
12
** /* .keystore
13
13
** /* .jks
Original file line number Diff line number Diff line change 9
9
/// configuration on macOS) then the
10
10
/// [`com.apple.security.network.client`] (https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_client)
11
11
/// entitlement is required to use `package:cupertino_http` . See
12
- /// [Entitlements and the App Sandbox] (https://docs. flutter.dev/platform-integration /macos/building#entitlements-and-the-app-sandbox ).
12
+ /// [Entitlements and the App Sandbox] (https://flutter.dev/to /macos-entitlements ).
13
13
///
14
14
/// # CupertinoClient
15
15
///
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gradle-wrapper.jar
7
7
GeneratedPluginRegistrant.java
8
8
9
9
# Remember to never publicly share your keystore.
10
- # See https://flutter.dev/docs/deployment/android# reference-the- keystore-from-the-app
10
+ # See https://flutter.dev/to/ reference-keystore
11
11
key.properties
12
12
** /* .keystore
13
13
** /* .jks
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ android {
44
44
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
45
45
applicationId " com.example.flutter_http_example"
46
46
// You can update the following values to match your application needs.
47
- // For more information, see: https://docs. flutter.dev/deployment/android#reviewing-the- gradle-build-configuration .
47
+ // For more information, see: https://flutter.dev/to/review- gradle-config .
48
48
minSdkVersion flutter. minSdkVersion
49
49
targetSdkVersion flutter. targetSdkVersion
50
50
versionCode flutterVersionCode. toInteger()
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ linter:
25
25
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
26
26
27
27
# Additional information about this file can be found at
28
- # https://dart.dev/guides/language/ analysis-options
28
+ # https://dart.dev/tools/ analysis
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gradle-wrapper.jar
7
7
GeneratedPluginRegistrant.java
8
8
9
9
# Remember to never publicly share your keystore.
10
- # See https://flutter.dev/docs/deployment/android# reference-the- keystore-from-the-app
10
+ # See https://flutter.dev/to/ reference-keystore
11
11
key.properties
12
12
** /* .keystore
13
13
** /* .jks
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
37
37
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
38
38
applicationId = " com.example.ok_http_example"
39
39
// You can update the following values to match your application needs.
40
- // For more information, see: https://docs. flutter.dev/deployment/android#reviewing-the- gradle-build-configuration .
40
+ // For more information, see: https://flutter.dev/to/review- gradle-config .
41
41
minSdk = flutter. minSdkVersion
42
42
targetSdk = flutter. targetSdkVersion
43
43
versionCode = flutterVersionCode. toInteger()
You can’t perform that action at this time.
0 commit comments