Skip to content

Commit

Permalink
v4.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Oct 19, 2022
1 parent a6490d7 commit 042cbde
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ android {
testBuildType "mockdata"

defaultConfig {
versionCode 330
versionName "4.28.2"
versionCode 331
versionName "4.28.3"
minSdkVersion 22
targetSdkVersion 31
applicationId "com.irccloud.android"
Expand Down Expand Up @@ -352,21 +352,21 @@ dependencies {
implementation 'androidx.work:work-runtime:2.7.1'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
implementation 'androidx.sharetarget:sharetarget:1.2.0-rc02'
implementation 'androidx.sharetarget:sharetarget:1.2.0'
implementation "androidx.cardview:cardview:1.0.0"
implementation "com.google.android.material:material:1.6.1"
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation "androidx.browser:browser:1.4.0"
implementation "androidx.exifinterface:exifinterface:1.3.3"
implementation "androidx.exifinterface:exifinterface:1.3.4"
implementation "androidx.room:room-runtime:2.4.3"
annotationProcessor "androidx.room:room-compiler:2.4.3"
implementation "com.google.android.gms:play-services-base:18.1.0"
implementation "com.google.android.gms:play-services-auth:20.3.0"
implementation "com.google.android.gms:play-services-identity:18.0.1"
implementation 'com.google.firebase:firebase-messaging:23.0.8'
implementation 'com.google.firebase:firebase-analytics:21.1.1'
implementation 'com.google.firebase:firebase-perf:20.1.1'
implementation 'com.google.firebase:firebase-crashlytics:18.2.13'
implementation 'com.google.firebase:firebase-messaging:23.1.0'
implementation 'com.google.firebase:firebase-analytics:21.2.0'
implementation 'com.google.firebase:firebase-perf:20.2.0'
implementation 'com.google.firebase:firebase-crashlytics:18.3.0'
implementation 'com.vandalsoftware.android:dslv:0.6.3'
implementation 'com.damnhandy:handy-uri-templates:2.1.7'
implementation 'com.commonsware.cwac:richedit:0.5.2'
Expand Down

0 comments on commit 042cbde

Please sign in to comment.