Skip to content

Commit

Permalink
2.1.4.
Browse files Browse the repository at this point in the history
Rather amusingly this is *exactly* a year after 2.1.3. Not much has changed TBH but there are some good bugfixes + Play Store wants the Android API bump.

While at it, remove some files that aren't actually used. It's an experimental adaptive icon that I ended up not using, though it is actually kind of clever and nice.
  • Loading branch information
Wilm0r committed Jan 19, 2025
1 parent 15533b0 commit 342d15b
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="531" android:versionName="2.1.3">
android:versionCode="532" android:versionName="2.1.4">
<!-- TODO: Convert versionCode back to hex when fdroid supports it! Except ... now Android SDK itself seems to reject it. *fliptable* -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.0'
classpath 'com.android.tools.build:gradle:8.8.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip

0 comments on commit 342d15b

Please sign in to comment.