Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Aug 10, 2019
1 parent 7bac2cb commit 32407ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -56,8 +56,8 @@ android {
applicationId "jahirfiquitiva.apps.frames.sample"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 271
versionName '2.7.1'
versionCode 272
versionName '2.7.2'
vectorDrawables.useSupportLibrary = true
proguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro'
consumerProguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro'
Expand Down Expand Up @@ -93,7 +93,7 @@ android {

dependencies {
// Frames
implementation('com.jahirfiquitiva:Frames:2.7.1@aar') {
implementation('com.jahirfiquitiva:Frames:2.7.2@aar') {
transitive = true
}
// TODO: Remove comment marks to enable
Expand Down

0 comments on commit 32407ae

Please sign in to comment.