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

Fix "pixeldroid" free app activty name

parent 8a15c0ea
No related branches found
No related tags found
1 merge request!246Resolve "Fix "PixelDroid" free app activity name"
Pipeline #5900 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 184 versionCode 185
versionName "1.100.2" versionName "1.100.3"
archivesBaseName = "$applicationId" + "_" + "$versionCode" archivesBaseName = "$applicationId" + "_" + "$versionCode"
} }
......
...@@ -3889,6 +3889,9 @@ ...@@ -3889,6 +3889,9 @@
<item <item
component="ComponentInfo{org.pixeldroid.app/org.pixeldroid.app.MainActivity}" component="ComponentInfo{org.pixeldroid.app/org.pixeldroid.app.MainActivity}"
drawable="pixeldroid" /> drawable="pixeldroid" />
<item
component="ComponentInfo{org.pixeldroid.app/org.pixeldroid.app.main.MainActivity}"
drawable="pixeldroid" />
<item <item
component="ComponentInfo{com.watabou.pixeldungeon/com.watabou.pixeldungeon.PixelDungeon}" component="ComponentInfo{com.watabou.pixeldungeon/com.watabou.pixeldungeon.PixelDungeon}"
drawable="pixeldungeon" /> drawable="pixeldungeon" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment