1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1881 App | Tech | AGP Update (8.1.4) (#579)

This commit is contained in:
Evgenii Kozlov 2023-11-21 11:27:27 +01:00 committed by uburoiubu
parent 47d41af9bd
commit 10db9cc9e7
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
42 changed files with 92 additions and 30 deletions

View file

@ -13,4 +13,8 @@ dependencies {
testImplementation libs.junit
testImplementation libs.kotlinTest
}
android {
namespace 'com.anytypeio.anytype.emojifier'
}

View file

@ -1 +1 @@
<manifest package="com.anytypeio.anytype.emojifier" />
<manifest />