mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 11:27:21 +01:00
Fixes some of the missing classes due to R8
This commit is contained in:
@@ -20,7 +20,6 @@
|
|||||||
*/
|
*/
|
||||||
package com.vitorpamplona.amethyst.ui.note
|
package com.vitorpamplona.amethyst.ui.note
|
||||||
|
|
||||||
import Following
|
|
||||||
import androidx.compose.foundation.layout.Box
|
import androidx.compose.foundation.layout.Box
|
||||||
import androidx.compose.foundation.layout.Column
|
import androidx.compose.foundation.layout.Column
|
||||||
import androidx.compose.foundation.layout.Row
|
import androidx.compose.foundation.layout.Row
|
||||||
@@ -67,6 +66,7 @@ import com.vitorpamplona.amethyst.R
|
|||||||
import com.vitorpamplona.amethyst.commons.hashtags.Amethyst
|
import com.vitorpamplona.amethyst.commons.hashtags.Amethyst
|
||||||
import com.vitorpamplona.amethyst.commons.hashtags.Cashu
|
import com.vitorpamplona.amethyst.commons.hashtags.Cashu
|
||||||
import com.vitorpamplona.amethyst.commons.hashtags.CustomHashTagIcons
|
import com.vitorpamplona.amethyst.commons.hashtags.CustomHashTagIcons
|
||||||
|
import com.vitorpamplona.amethyst.commons.labels.Following
|
||||||
import com.vitorpamplona.amethyst.ui.theme.BitcoinOrange
|
import com.vitorpamplona.amethyst.ui.theme.BitcoinOrange
|
||||||
import com.vitorpamplona.amethyst.ui.theme.Size18Modifier
|
import com.vitorpamplona.amethyst.ui.theme.Size18Modifier
|
||||||
import com.vitorpamplona.amethyst.ui.theme.Size20Modifier
|
import com.vitorpamplona.amethyst.ui.theme.Size20Modifier
|
||||||
|
|||||||
2
commons/proguard-rules.pro
vendored
2
commons/proguard-rules.pro
vendored
@@ -20,4 +20,4 @@
|
|||||||
# hide the original source file name.
|
# hide the original source file name.
|
||||||
#-renamesourcefileattribute SourceFile
|
#-renamesourcefileattribute SourceFile
|
||||||
|
|
||||||
-keep class com.vitorpamplona.amethyst.commons.data.** { *; }
|
-keep class com.vitorpamplona.amethyst.commons.** { *; }
|
||||||
@@ -18,6 +18,8 @@
|
|||||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
* 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.
|
* 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.foundation.Image
|
||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.ui.graphics.Color
|
import androidx.compose.ui.graphics.Color
|
||||||
|
|||||||
1
quartz/proguard-rules.pro
vendored
1
quartz/proguard-rules.pro
vendored
@@ -63,6 +63,7 @@
|
|||||||
-keep class com.vitorpamplona.quartz.events.** { *; }
|
-keep class com.vitorpamplona.quartz.events.** { *; }
|
||||||
-keep class com.vitorpamplona.quartz.signers.** { *; }
|
-keep class com.vitorpamplona.quartz.signers.** { *; }
|
||||||
-keep class com.vitorpamplona.quartz.utils.** { *; }
|
-keep class com.vitorpamplona.quartz.utils.** { *; }
|
||||||
|
-keep class com.vitorpamplona.quartz.ots.** { *; }
|
||||||
|
|
||||||
-keep class com.vitorpamplona.amethyst.model.** { *; }
|
-keep class com.vitorpamplona.amethyst.model.** { *; }
|
||||||
-keep class com.vitorpamplona.amethyst.service.** { *; }
|
-keep class com.vitorpamplona.amethyst.service.** { *; }
|
||||||
Reference in New Issue
Block a user