Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
john-ds committed Apr 24, 2022
1 parent 37b6e7a commit 258a7c7
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 230 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'com.expressapps.presentexpress'
minSdkVersion 23
targetSdkVersion 30
versionCode 5
versionName '2.0.0'
versionCode 6
versionName '2.1.0'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionNameSuffix ''
Expand Down Expand Up @@ -42,6 +42,5 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'com.github.rustamg:file-dialogs:1.0'
implementation 'com.google.firebase:firebase-analytics:17.5.0'
}
Loading

0 comments on commit 258a7c7

Please sign in to comment.