Skip to content

Commit 4746f41

Browse files
minimum supported API: 19 (4.4 KitKat)
1 parent 79aeb7a commit 4746f41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939

4040
defaultConfig {
4141
applicationId "com.vrem.wifianalyzer"
42-
minSdkVersion 16
42+
minSdkVersion 19
4343
targetSdkVersion 28
4444
versionCode
4545
versionName

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-
#Sat Nov 10 12:21:36 EST 2018
2+
#Sun Nov 11 11:05:44 EST 2018
33
version_minor=0
4-
version_build=0
4+
version_build=1
55
version_patch=2
6-
version_store=43
76
version_major=2
7+
version_store=43

0 commit comments

Comments
 (0)