diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml index 6c4b7364304bf74d078d32007089982299075c18..d9f977820d30864503bcadc019ac81c18e0dafdc 100644 --- a/.builds/debian-stable.yml +++ b/.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 diff --git a/build.gradle b/build.gradle index 7d88b4f5dd49d0c41df7c28f611fa8780be21a59..1adb59f15fac228edcf95532e59560c57e70959e 100644 --- a/build.gradle +++ b/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