M .builds/debian-stable.yml => .builds/debian-stable.yml +2 -2
@@ 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
M build.gradle => build.gradle +2 -0
@@ 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