Skip to content

Commit 7f192bf

Browse files
update gradle
1 parent aea900d commit 7f192bf

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
Optimize your WiFi network using WiFi Analyzer by examining surrounding WiFi networks, measuring their signal strength as well as identifying crowded channels.
66

7-
### Android OS Requirements
8-
* Minimum: Jelly Bean (Version 4.1 - API 16)
9-
* Recommended: Marshmallow (Version 6.0 - API 23)
10-
117
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="Get it on Google Play" height="80">](https://play.google.com/store/apps/details?id=com.vrem.wifianalyzer)
128
[<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80">](https://f-droid.org/repository/browse/?fdid=com.vrem.wifianalyzer)
139
[<img src="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal2/res/images/amazon-underground-app-us-white.png" alt="Get it at Amazon Store" height="70">

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-
#Wed Jun 06 18:58:14 EDT 2018
2+
#Sat Jun 09 08:21:41 EDT 2018
33
version_minor=8
4-
version_build=24
4+
version_build=25
55
version_patch=11
6-
version_major=1
76
version_store=37
7+
version_major=1

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ buildscript {
2424
jcenter()
2525
}
2626
dependencies {
27-
classpath 'com.android.tools.build:gradle:3.1.2'
28-
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.2', {
29-
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
30-
}
27+
classpath 'com.android.tools.build:gradle:3.1.3'
28+
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.3'
3129
}
3230
}
3331

0 commit comments

Comments
 (0)