diff --git a/Makefile b/Makefile
index be2810b6..1de34732 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ ANDROID_BUILD_TOOLS := $(ANDROID_SDK)/build-tools/34.0.0
ANDROID_PLATFORM := $(ANDROID_SDK)/platforms/android-33
ANDROID_NDK ?= $(ANDROID_SDK)/ndk/26.0.10792818
ANDROID_MIN_SDK_VERSION := 24
-ANDROID_TARGET_SDK_VERSION := 34
+ANDROID_TARGET_SDK_VERSION := 28
ANDROID_ARMV7A_TARGETS := \
out/androiddebug-armv7a/tildefriends \
diff --git a/deps/openssl/android/arm64-v8a/usr/local/lib/libcrypto.a b/deps/openssl/android/arm64-v8a/usr/local/lib/libcrypto.a
index 4863e40d..8d74ac96 100644
Binary files a/deps/openssl/android/arm64-v8a/usr/local/lib/libcrypto.a and b/deps/openssl/android/arm64-v8a/usr/local/lib/libcrypto.a differ
diff --git a/deps/openssl/android/x86_64/usr/local/lib/libcrypto.a b/deps/openssl/android/x86_64/usr/local/lib/libcrypto.a
index 8bbfc53d..d1741b9a 100644
Binary files a/deps/openssl/android/x86_64/usr/local/lib/libcrypto.a and b/deps/openssl/android/x86_64/usr/local/lib/libcrypto.a differ
diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml
index 19a783a8..34378399 100644
--- a/src/android/AndroidManifest.xml
+++ b/src/android/AndroidManifest.xml
@@ -3,7 +3,7 @@
package="com.unprompted.tildefriends"
android:versionCode="12"
android:versionName="0.0.12-wip">
-
+
diff --git a/tools/ssl-android b/tools/ssl-android
index 84ec7c6a..bfc1f709 100755
--- a/tools/ssl-android
+++ b/tools/ssl-android
@@ -3,7 +3,7 @@
ANDROID_NDK=~/Android/Sdk/ndk/23.1.7779620
OPENSSL_VERSION=3.1.3
-API_LEVEL=28
+API_LEVEL=24
BUILD_DIR=out/openssl_android_build