Skip to content

Commit 369836b

Browse files
committed
Reduce size of app store badges.
1 parent cb32ae6 commit 369836b

15 files changed

Lines changed: 313 additions & 91 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<h1><a href="https://tessel.vantulder.net/"><img src="assets/logo/logo-with-tile.svg" width="250" alt="Tessel – A tile game"/></a></h1>
22

3-
<a href="https://tessel.vantulder.net/"><img src="assets/social/play-now-badge.png" alt="Play now!" height="80"></a>
4-
<a href="https://f-droid.org/packages/net.vantulder.tessel"><img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"></a>
5-
<a href="https://play.google.com/store/apps/details?id=net.vantulder.tessel"><img src="assets/social/google-play.png" alt="Get it on Google Play" height="80"></a>
6-
<a href="https://apps.apple.com/app/tessel/id6754282700"><img src="assets/social/apple-app-store.png" alt="Download on the App Store" height="80"></a>
3+
<a href="https://tessel.vantulder.net/"><img src="assets/social/play-now-badge.png" alt="Play now!" height="60"></a>
4+
<a href="https://f-droid.org/packages/net.vantulder.tessel"><img src="assets/social/fdroid-badge.png" alt="Get it on F-Droid" height="60"></a>
5+
<a href="https://play.google.com/store/apps/details?id=net.vantulder.tessel"><img src="assets/social/google-play.png" alt="Get it on Google Play" height="60"></a>
6+
<a href="https://apps.apple.com/app/tessel/id6754282700"><img src="assets/social/apple-app-store.png" alt="Download on the App Store" height="60"></a>
77

88
_A game by <a href="https://www.vantulder.net/">Gijs van Tulder</a>_
99

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
43
<application
54
android:allowBackup="true"
65
android:icon="@mipmap/ic_launcher"
@@ -24,7 +23,5 @@
2423
</application>
2524

2625
<!-- Permissions -->
27-
<uses-permission
28-
android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
29-
tools:node="remove" />
26+
<uses-permission android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" tools:node="remove" />
3027
</manifest>

assets/social/apple-app-store.png

3.21 KB
Loading

assets/social/apple-app-store.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/social/fdroid-badge.png

20.5 KB
Loading

assets/social/fdroid-badge.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/social/google-play.png

4.85 KB
Loading

0 commit comments

Comments
 (0)