Skip to content

Commit

Permalink
update kotlin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
VREMSoftwareDevelopment committed May 24, 2021
1 parent 6e8f22b commit 3c3c735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Build Properties
#Sat May 22 10:24:07 EDT 2021
#Mon May 24 09:40:25 EDT 2021
version_minor=0
version_store=56
version_patch=4
version_build=6
version_build=7
version_major=3
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildscript {
ext {
kotlin_version = '1.5.0'
kotlin_version = '1.5.10'
}
repositories {
google()
Expand Down

0 comments on commit 3c3c735

Please sign in to comment.