From 5e2aff0ab7ffc797b7d67c856ae59da3845c6c22 Mon Sep 17 00:00:00 2001 From: Sereri Date: Tue, 12 Nov 2024 21:46:48 +0100 Subject: [PATCH] 3.9.10 target android 14 until we figure out what to do with edge to edge (#785) --- Awful.apk/build.gradle | 2 +- Awful.apk/src/main/AndroidManifest.xml | 4 ++-- Awful.apk/src/main/assets/changelog.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Awful.apk/build.gradle b/Awful.apk/build.gradle index e94ff746..a06f67de 100644 --- a/Awful.apk/build.gradle +++ b/Awful.apk/build.gradle @@ -25,7 +25,7 @@ android { defaultConfig { applicationId = "com.ferg.awfulapp" minSdkVersion 24 - targetSdkVersion 35 + targetSdkVersion 34 resourceConfigurations += ['en'] // Stops the Gradle plugin’s automatic rasterization of vectors diff --git a/Awful.apk/src/main/AndroidManifest.xml b/Awful.apk/src/main/AndroidManifest.xml index bc1a41d0..d97ab625 100644 --- a/Awful.apk/src/main/AndroidManifest.xml +++ b/Awful.apk/src/main/AndroidManifest.xml @@ -7,8 +7,8 @@ -->
-

3.9.9

+

3.9.10

  • Replaced the display image zoom thing so that it doesn't just enlarge the image but also actually zooms in. The wonders of modern technology.
  • Added function to increase the number of bad threads on the forums. May dog have mercy on our souls.