Skip to content

Commit

Permalink
update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
iTaysonLab committed Apr 16, 2020
1 parent 2639b03 commit 82cee60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
buildToolsVersion "29.0.3"
defaultConfig {
applicationId "ua.itaysonlab.homefeeder"
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionName "pre-alpha 5"
versionCode 6
versionName "pre-alpha 6"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()
Expand Down

0 comments on commit 82cee60

Please sign in to comment.