Skip to content

Commit

Permalink
Relase v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BRoy98 committed Jan 7, 2018
1 parent 161769f commit 42e4530
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode code
versionName "1.4.5"
versionName "1.4.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
} else {
Expand Down Expand Up @@ -61,10 +61,12 @@ dependencies {
implementation 'com.android.support:design:27.0.2'
implementation 'com.android.support:support-v4:27.0.2'
implementation 'com.android.support:cardview-v7:27.0.2'
implementation 'com.afollestad.material-dialogs:core:0.9.5.0'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'

implementation 'com.afollestad.material-dialogs:core:0.9.5.0'
implementation('com.crashlytics.sdk.android:crashlytics:2.7.1@aar') {
transitive = true
}
Expand Down
4 changes: 2 additions & 2 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Tue Jan 02 19:29:46 IST 2018
VERSION_CODE=631
#Sun Jan 07 15:15:45 IST 2018
VERSION_CODE=638

0 comments on commit 42e4530

Please sign in to comment.