From 493422e7240f12d510fab7279297b3ef815b487c Mon Sep 17 00:00:00 2001 From: Flummi Date: Wed, 11 Jun 2025 11:22:00 +0200 Subject: [PATCH] v1.1.15+45 - buildtest lol --- android/app/src/main/kotlin/com/f0ck/f0ckapp/MainActivity.kt | 2 +- pubspec.yaml | 2 +- test/widget_test.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/src/main/kotlin/com/f0ck/f0ckapp/MainActivity.kt b/android/app/src/main/kotlin/com/f0ck/f0ckapp/MainActivity.kt index 2199035..ae18ec3 100644 --- a/android/app/src/main/kotlin/com/f0ck/f0ckapp/MainActivity.kt +++ b/android/app/src/main/kotlin/com/f0ck/f0ckapp/MainActivity.kt @@ -48,7 +48,7 @@ class MainActivity : FlutterActivity() { val values = ContentValues().apply { put(MediaStore.MediaColumns.DISPLAY_NAME, fileName) - put(MediaStore.MediaColumns.RELATIVE_PATH, Environment.DIRECTORY_DOWNLOADS + "/" + (subDir ?: "fApp")) + put(MediaStore.MediaColumns.RELATIVE_PATH, Environment.DIRECTORY_DOWNLOADS + "/" + (subDir ?: "f0ck")) put(MediaStore.MediaColumns.IS_PENDING, 1) } diff --git a/pubspec.yaml b/pubspec.yaml index 51578fa..f8c4528 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.1.14+44 +version: 1.1.15+45 environment: sdk: ^3.9.0-100.2.beta diff --git a/test/widget_test.dart b/test/widget_test.dart index 3ab4895..d5388bf 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -13,7 +13,7 @@ import 'package:f0ckapp/main.dart'; void main() { testWidgets('Counter increments smoke test', (WidgetTester tester) async { // Build our app and trigger a frame. - await tester.pumpWidget(const F0ckApp()); + await tester.pumpWidget(F0ckApp()); // Verify that our counter starts at 0. expect(find.text('0'), findsOneWidget);