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

DROID-1639 l10n | Enhancement | Set namespace for localization module (#547)

This commit is contained in:
uburoiubu 2023-11-22 14:43:33 +01:00
parent d9a48179ab
commit e641fbe870
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -6,4 +6,8 @@ plugins {
dependencies {
implementation libs.kotlin
}
android {
namespace 'com.anytypeio.anytype.localization'
}