Skip to content

Commit

Permalink
Increment to v3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moezbhatti committed Apr 16, 2019
1 parent 5e58deb commit 588aefd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
ext.exoplayer_version = "2.8.1"
ext.glide_version = "4.8.0"
ext.junit_version = '4.12'
ext.kotlin_version = '1.3.30'
ext.kotlin_version = '1.3.0'
ext.lifecycle_version = '2.0.0'
ext.material_version = '1.0.0'
ext.mockito_version = '2.18.3'
Expand Down
4 changes: 2 additions & 2 deletions presentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "com.moez.QKSMS"
minSdkVersion 21
targetSdkVersion 28
versionCode 193
versionName "3.6.3"
versionCode 194
versionName "3.6.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "BUGSNAG_API_KEY", "\"${System.getenv("BUGSNAG_API_KEY")}\""
Expand Down

3 comments on commit 588aefd

@redochka
Copy link

@redochka redochka commented on 588aefd Apr 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@moezbhatti Why did you rollback kotlin_version from 1.3.30 to 1.3.0?
kotlin_version was updated recently in this commit: bc9b67d

Also, the Gradle build is failing when kotlin_version is 1.3.0 with latest android gradle plugin.

@moezbhatti
Copy link
Owner Author

@moezbhatti moezbhatti commented on 588aefd Apr 25, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@redochka
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, no problem. Thanks for the update

Please sign in to comment.