SES-2524 - Rewrite media gallery in Compose (#1619)

This commit is contained in:
Fanchao Liu
2024-08-19 13:46:38 +10:00
committed by GitHub
parent f379604c54
commit 16d6efbb5b
41 changed files with 1608 additions and 1230 deletions

View File

@@ -12,6 +12,11 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
}
namespace 'org.session.libsignal'
}
dependencies {

View File

@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="org.session.libsignal" />
<manifest />