OSDN Git Service

Taskbar 2.0.3
authorBraden Farmer <farmerbb@gmail.com>
Wed, 12 Oct 2016 03:50:32 +0000 (21:50 -0600)
committerBraden Farmer <farmerbb@gmail.com>
Wed, 12 Oct 2016 03:50:32 +0000 (21:50 -0600)
• Use proper icon for homescreen shortcut

app/build.gradle
app/src/main/AndroidManifest.xml

index 07cfc5e..4c8f446 100644 (file)
@@ -14,7 +14,7 @@ android {
         minSdkVersion 21
         targetSdkVersion 24
 
-        versionCode 81
+        versionCode 82
         versionName "2.0.3"
 
         resConfigs "en", "ja"
index 525e1fa..2e3035f 100644 (file)
         </activity>
         <activity
             android:name=".activity.ShortcutActivity"
+            android:icon="@mipmap/ic_freeform_mode"
             android:label="@string/pref_header_freeform"
             android:documentLaunchMode="always"
             android:excludeFromRecents="true"