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

Merge branch '208-fix-radiofrance-non-free-app-activity-name' into 'master'

Resolve "Fix "RadioFrance" non free app activity name"

Closes #208

See merge request !245
parents c7ba3b50 36f2ec19
No related branches found
No related tags found
1 merge request!245Resolve "Fix "RadioFrance" non free app activity name"
Pipeline #5899 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 183 versionCode 184
versionName "1.100.1" versionName "1.100.2"
archivesBaseName = "$applicationId" + "_" + "$versionCode" archivesBaseName = "$applicationId" + "_" + "$versionCode"
} }
......
...@@ -316,6 +316,9 @@ ...@@ -316,6 +316,9 @@
<item <item
component="ComponentInfo{com.radiofrance.radio.radiofrance.android/com.radiofrance.radio.radiofrance.android.screen.splash.SplashActivity}" component="ComponentInfo{com.radiofrance.radio.radiofrance.android/com.radiofrance.radio.radiofrance.android.screen.splash.SplashActivity}"
drawable="nonfree_radiofrance" /> drawable="nonfree_radiofrance" />
<item
component="ComponentInfo{com.radiofrance.radio.radiofrance.android/com.radiofrance.kmp.application.MainActivity}"
drawable="nonfree_radiofrance" />
<item <item
component="ComponentInfo{com.rte.eco2mix/com.rte.eco2mix.modestart.HomeActivity}" component="ComponentInfo{com.rte.eco2mix/com.rte.eco2mix.modestart.HomeActivity}"
drawable="nonfree_rteeco2mix" /> drawable="nonfree_rteeco2mix" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment