Fix cheogram compat build

Stephen Paul Weber created

Change summary

.builds/debian-stable.yml | 4 ++--
build.gradle              | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)

Detailed changes

.builds/debian-stable.yml 🔗

@@ -28,6 +28,6 @@ tasks:
     sed -ie 's/\/\/ INSERT/implementation "io.sentry:sentry-android:5.6.1"/' build.gradle
 - build: |
     cd cheogram-android
-    ./gradlew assembleCheogramFreeSystemDebug
+    ./gradlew assembleCheogramFreeCompatDebug
 - assets: |
-    mv cheogram-android/build/outputs/apk/cheogramFreeSystem/debug/*.apk cheogram.apk
+    mv cheogram-android/build/outputs/apk/cheogramFreeCompat/debug/*.apk cheogram.apk

build.gradle 🔗

@@ -40,6 +40,7 @@ configurations {
     playstoreImplementation
     compatImplementation
     conversationsFreeCompatImplementation
+    cheogramFreeCompatImplementation
     conversationsPlaystoreCompatImplementation
     conversationsPlaystoreSystemImplementation
     quicksyPlaystoreCompatImplementation
@@ -70,6 +71,7 @@ dependencies {
     implementation 'com.google.android.material:material:1.4.0'
     compatImplementation 'androidx.emoji:emoji-appcompat:1.1.0'
     conversationsFreeCompatImplementation 'androidx.emoji:emoji-bundled:1.1.0'
+    cheogramFreeCompatImplementation 'androidx.emoji:emoji-bundled:1.1.0'
     quicksyFreeCompatImplementation 'androidx.emoji:emoji-bundled:1.1.0'
     implementation 'org.bouncycastle:bcmail-jdk15on:1.64'
     //zxing stopped supporting Java 7 so we have to stick with 3.3.3