Skip to content

Commit d5bedc3

Browse files
update gradle
1 parent 9ee2bc2 commit d5bedc3

File tree

3 files changed

+6
-24
lines changed

3 files changed

+6
-24
lines changed

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-
#Mon Aug 05 09:48:26 EDT 2019
2+
#Fri Aug 23 08:16:25 EDT 2019
33
version_minor=0
4-
version_build=15
4+
version_build=16
55
version_patch=7
6-
version_major=2
76
version_store=48
7+
version_major=2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
jcenter()
2525
}
2626
dependencies {
27-
classpath 'com.android.tools.build:gradle:3.4.2'
27+
classpath 'com.android.tools.build:gradle:3.5.0'
2828
}
2929
}
3030

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
#
2-
# WiFiAnalyzer
3-
# Copyright (C) 2019 VREM Software Development <[email protected]>
4-
#
5-
# This program is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
9-
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program. If not, see <http://www.gnu.org/licenses/>
17-
#
18-
19-
#Sat Jun 15 08:37:28 EDT 2019
1+
#Fri Aug 23 08:14:40 EDT 2019
202
distributionBase=GRADLE_USER_HOME
213
distributionPath=wrapper/dists
224
zipStoreBase=GRADLE_USER_HOME
235
zipStorePath=wrapper/dists
24-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 commit comments

Comments
 (0)