Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Feb 8, 2021
1 parent 313edfd commit f1a6d79
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 42 deletions.
Binary file modified android/.idea/caches/build_file_checksums.ser
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 29
buildToolsVersion "29.0.3"

defaultConfig {
minSdkVersion 19
targetSdkVersion 30
targetSdkVersion 29
versionCode 1
versionName "1.0"

Expand All @@ -41,7 +41,7 @@ dependencies {
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

implementation 'com.stiiick:sticky-signal-protocol-java:2.8.4'
implementation 'com.github.STiiiCK:sticky-signal-protocol-java:2.8.7'
implementation 'com.stiiick:encoding:1.0.1'
implementation 'net.zetetic:android-database-sqlcipher:4.3.0'
implementation 'org.greenrobot:eventbus:3.2.0'
Expand Down

0 comments on commit f1a6d79

Please sign in to comment.