Navigation Menu

Skip to content

Commit

Permalink
Update (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Oct 3, 2018
1 parent 1ce5f03 commit bfe542d
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 252
versionName '2.5.2'
versionCode 253
versionName '2.5.3'
vectorDrawables.useSupportLibrary = true
proguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro'
consumerProguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro'
Expand Down Expand Up @@ -88,7 +88,7 @@ android {

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

0 comments on commit bfe542d

Please sign in to comment.