diff --git a/.gitea/workflows/android.yml b/.gitea/workflows/android.yml
index aaf23f1..b90d7dc 100644
--- a/.gitea/workflows/android.yml
+++ b/.gitea/workflows/android.yml
@@ -52,8 +52,8 @@ jobs:
build/app/outputs/flutter-apk/app-release.apk
token: '${{secrets.RELEASE_TOKEN}}'
- - name: wait for gitea to catch up xD
- run: sleep 5
+ - name: wait for gitea to catch up
+ run: sleep 10
- name: trigger fdroid puller
run: curl https://flumm.io/pullfdroid.php?token=${{secrets.PULLER_TOKEN}}
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 27535ac..a7892c8 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -3,7 +3,7 @@
diff --git a/pubspec.yaml b/pubspec.yaml
index f8c4528..fd0c82f 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.15+45
+version: 1.1.16+46
environment:
sdk: ^3.9.0-100.2.beta