Fixes some of the missing classes due to R8

This commit is contained in:
Vitor Pamplona
2024-05-16 15:14:51 -04:00
parent 1bd1493bf4
commit 5c88e7993f
4 changed files with 5 additions and 2 deletions

View File

@@ -20,4 +20,4 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.vitorpamplona.amethyst.commons.data.** { *; }
-keep class com.vitorpamplona.amethyst.commons.** { *; }

View File

@@ -18,6 +18,8 @@
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
package com.vitorpamplona.amethyst.commons.labels
import androidx.compose.foundation.Image
import androidx.compose.runtime.Composable
import androidx.compose.ui.graphics.Color