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

Fix "Google Messaging" non free app activity name

parent 8d7b7152
No related branches found
No related tags found
1 merge request!210Resolve "Fix "Google Messages" non free app activity name"
Pipeline #4090 passed
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
applicationId "org.benoitharrault.ameixanonfree" applicationId "org.benoitharrault.ameixanonfree"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionCode 148 versionCode 149
versionName "1.79.0" versionName "1.79.1"
archivesBaseName = "$applicationId" + "_" + "$versionCode" archivesBaseName = "$applicationId" + "_" + "$versionCode"
} }
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
component="ComponentInfo{com.google.android.gm/com.google.android.gm.ConversationListActivityGmail}" component="ComponentInfo{com.google.android.gm/com.google.android.gm.ConversationListActivityGmail}"
drawable="nonfree_gmail" /> drawable="nonfree_gmail" />
<item <item
component="ComponentInfo{com.google.android.apps.messaging/com.google.android.apps.messaging.main.MainActivity}" component="ComponentInfo{com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity}"
drawable="sms" /> drawable="sms" />
<item <item
component="ComponentInfo{com.google.android.youtube/com.google.android.youtube.app.honeycomb.Shell$HomeActivity}" component="ComponentInfo{com.google.android.youtube/com.google.android.youtube.app.honeycomb.Shell$HomeActivity}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment