mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Move blurhash to its own module.
This commit is contained in:
8
lib/blurhash/build.gradle.kts
Normal file
8
lib/blurhash/build.gradle.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
id("signal-library")
|
||||
id("kotlin-parcelize")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "org.signal.blurhash"
|
||||
}
|
||||
Reference in New Issue
Block a user