forked from VREMSoftwareDevelopment/WiFiAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e8f22b
commit 3c3c735
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
buildscript { | ||
ext { | ||
kotlin_version = '1.5.0' | ||
kotlin_version = '1.5.10' | ||
} | ||
repositories { | ||
google() | ||
|