Skip to content
Snippets Groups Projects
Commit a40a9901 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '166-fix-google-messages-non-free-app-icon' into 'master'

Resolve "Fix "Google Messages" non free app icon"

Closes #166

See merge request !205
parents adc1cd03 1bdb3eae
No related branches found
No related tags found
1 merge request!205Resolve "Fix "Google Messages" non free app icon"
Pipeline #4061 passed
......@@ -8,8 +8,8 @@ android {
applicationId "org.benoitharrault.ameixanonfree"
minSdkVersion 16
targetSdkVersion 30
versionCode 143
versionName "1.76.0"
versionCode 144
versionName "1.76.1"
archivesBaseName = "$applicationId" + "_" + "$versionCode"
}
......
......@@ -79,6 +79,9 @@
<item
component="ComponentInfo{com.google.android.gm/com.google.android.gm.ConversationListActivityGmail}"
drawable="nonfree_gmail" />
<item
component="ComponentInfo{com.google.android.apps.messaging/com.google.android.apps.messaging.main.MainActivity}"
drawable="sms" />
<item
component="ComponentInfo{com.google.android.youtube/com.google.android.youtube.app.honeycomb.Shell$HomeActivity}"
drawable="nonfree_youtube" />
......@@ -8135,9 +8138,6 @@
<item
component="ComponentInfo{com.orpheusdroid.sqliteviewer/com.orpheusdroid.sqliteviewer.ui.MainActivity}"
drawable="asqlitemanager" />
<item
component="ComponentInfo{com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity}"
drawable="sms" />
<item
component="ComponentInfo{com.android.thememanager/com.android.thememanager.ThemeResourceTabActivity}"
drawable="miuithemes" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment