Skip to content

Commit 8776fc6

Browse files
update build tools
1 parent 78c05c0 commit 8776fc6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dist : trusty
66
android:
77
components:
88
- tools
9-
- build-tools-29.0.1
9+
- build-tools-29.0.2
1010
- android-29
1111
- extra-google-m2repository
1212
- extra-android-m2repository

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646

4747
android {
4848
compileSdkVersion 29
49-
buildToolsVersion "29.0.1"
49+
buildToolsVersion "29.0.2"
5050

5151
defaultConfig {
5252
applicationId "com.vrem.wifianalyzer"

app/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Build Properties
2-
#Fri Aug 30 08:01:59 EDT 2019
2+
#Fri Aug 30 08:06:20 EDT 2019
33
version_minor=0
4-
version_build=20
4+
version_build=21
55
version_patch=7
6-
version_store=48
76
version_major=2
7+
version_store=48

0 commit comments

Comments
 (0)