DataMemorLogic10 Intent Wedge

Hello @Donato_Cataldo and @Drew_Hugentobler,

Intent wedge enabling problem in release mode is fixed by your help. I only needed to change app level gradle files like that I share below;

  buildTypes {
        release {
        
            signingConfig signingConfigs.debug
            minifyEnabled false
            shrinkResources false
        }
    }

Rest of my grades are same above. Hope It helps who needs this solution.

Special thanks to @Donato_Cataldo and @Drew_Hugentobler.

Have a good day!

1 Like