Fix cheogram compat build

This commit is contained in:
Stephen Paul Weber 2022-03-07 19:27:48 -05:00
parent 5ddf20232a
commit 631c026730
No known key found for this signature in database
GPG key ID: D11C2911CE519CDE
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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