Skip to content

Commit

Permalink
3.9.10
Browse files Browse the repository at this point in the history
target android 14 until we figure out what to do with edge to edge (#785)
  • Loading branch information
Sereri authored Nov 12, 2024
1 parent 06315ed commit 5e2aff0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Awful.apk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Awful.apk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ferg.awfulapp"
android:versionCode="30909"
android:versionName="3.9.9"
android:versionCode="30910"
android:versionName="3.9.10"
android:installLocation="auto">
<supports-screens
android:smallScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion Awful.apk/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<main>
<section>
<h2>3.9.9</h2>
<h2>3.9.10</h2>
<ul>
<li>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.</li>
<li>Added function to increase the number of bad threads on the forums. May dog have mercy on our souls.</li>
Expand Down

0 comments on commit 5e2aff0

Please sign in to comment.