Skip to content

Commit c3935d2

Browse files
committed
🍱 Update android app icon
1 parent adcbf11 commit c3935d2

File tree

12 files changed

+44
-25
lines changed

12 files changed

+44
-25
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3636
applicationId "com.thealphamerc.flutter_github_connect"
3737
minSdkVersion 16
38-
targetSdkVersion 28
38+
targetSdkVersion 29
3939
versionCode flutterVersionCode.toInteger()
4040
versionName flutterVersionName
4141
}
3.96 KB
Loading
1.92 KB
Loading
5.83 KB
Loading
11.5 KB
Loading
16.8 KB
Loading

ios/Flutter/.last_build_id

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
39ab5da86c8183cbe2f0ad087cc16747

ios/Podfile.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
PODS:
22
- Flutter (1.0.0)
3+
- flutter_custom_tabs (0.0.1):
4+
- Flutter
35
- FMDB (2.7.5):
46
- FMDB/standard (= 2.7.5)
57
- FMDB/standard (2.7.5)
@@ -31,6 +33,7 @@ PODS:
3133

3234
DEPENDENCIES:
3335
- Flutter (from `Flutter`)
36+
- flutter_custom_tabs (from `.symlinks/plugins/flutter_custom_tabs/ios`)
3437
- path_provider (from `.symlinks/plugins/path_provider/ios`)
3538
- path_provider_linux (from `.symlinks/plugins/path_provider_linux/ios`)
3639
- path_provider_macos (from `.symlinks/plugins/path_provider_macos/ios`)
@@ -51,6 +54,8 @@ SPEC REPOS:
5154
EXTERNAL SOURCES:
5255
Flutter:
5356
:path: Flutter
57+
flutter_custom_tabs:
58+
:path: ".symlinks/plugins/flutter_custom_tabs/ios"
5459
path_provider:
5560
:path: ".symlinks/plugins/path_provider/ios"
5661
path_provider_linux:
@@ -78,6 +83,7 @@ EXTERNAL SOURCES:
7883

7984
SPEC CHECKSUMS:
8085
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
86+
flutter_custom_tabs: 9f7596dc1593f2e0d0562ce888dde6447751e97c
8187
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
8288
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
8389
path_provider_linux: 4d630dc393e1f20364f3e3b4a2ff41d9674a84e4
@@ -94,4 +100,4 @@ SPEC CHECKSUMS:
94100

95101
PODFILE CHECKSUM: c34e2287a9ccaa606aeceab922830efb9a6ff69a
96102

97-
COCOAPODS: 1.9.1
103+
COCOAPODS: 1.10.0.rc.1

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -211,27 +211,12 @@
211211
buildActionMask = 2147483647;
212212
files = (
213213
);
214-
inputPaths = (
215-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
216-
"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
217-
"${PODS_ROOT}/../Flutter/Flutter.framework",
218-
"${BUILT_PRODUCTS_DIR}/path_provider/path_provider.framework",
219-
"${BUILT_PRODUCTS_DIR}/share/share.framework",
220-
"${BUILT_PRODUCTS_DIR}/shared_preferences/shared_preferences.framework",
221-
"${BUILT_PRODUCTS_DIR}/sqflite/sqflite.framework",
222-
"${BUILT_PRODUCTS_DIR}/url_launcher/url_launcher.framework",
223-
"${BUILT_PRODUCTS_DIR}/webview_flutter/webview_flutter.framework",
214+
inputFileListPaths = (
215+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
224216
);
225217
name = "[CP] Embed Pods Frameworks";
226-
outputPaths = (
227-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
228-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
229-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/path_provider.framework",
230-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/share.framework",
231-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/shared_preferences.framework",
232-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/sqflite.framework",
233-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/url_launcher.framework",
234-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/webview_flutter.framework",
218+
outputFileListPaths = (
219+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
235220
);
236221
runOnlyForDeploymentPostprocessing = 0;
237222
shellPath = /bin/sh;
@@ -324,7 +309,6 @@
324309
/* Begin XCBuildConfiguration section */
325310
249021D3217E4FDB00AE95B9 /* Profile */ = {
326311
isa = XCBuildConfiguration;
327-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
328312
buildSettings = {
329313
ALWAYS_SEARCH_USER_PATHS = NO;
330314
CLANG_ANALYZER_NONNULL = YES;
@@ -401,7 +385,6 @@
401385
};
402386
97C147031CF9000F007C117D /* Debug */ = {
403387
isa = XCBuildConfiguration;
404-
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
405388
buildSettings = {
406389
ALWAYS_SEARCH_USER_PATHS = NO;
407390
CLANG_ANALYZER_NONNULL = YES;
@@ -457,7 +440,6 @@
457440
};
458441
97C147041CF9000F007C117D /* Release */ = {
459442
isa = XCBuildConfiguration;
460-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
461443
buildSettings = {
462444
ALWAYS_SEARCH_USER_PATHS = NO;
463445
CLANG_ANALYZER_NONNULL = YES;

lib/ui/page/settings/about_us.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class AboutUsPage extends StatelessWidget {
9393
children: <Widget>[
9494
_getUtilRos(context, "App", icon: GIcons.link_external_24,
9595
onPressed: () {
96-
launch("");
96+
launch("www.play.google.com/store/apps/details?id=com.thealphamerc.flutter_github_connect");
9797
}),
9898
Divider(height: 0),
9999
_getUtilRos(context, "Project", icon: GIcons.link_external_24,

0 commit comments

Comments
 (0)