Skip to content

Commit 30354c8

Browse files
committed
- add compatibility for Android Oreo
1 parent 638cdce commit 30354c8

File tree

5 files changed

+265
-100
lines changed

5 files changed

+265
-100
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ android {
44
signingConfigs {
55
}
66
compileSdkVersion 25
7-
buildToolsVersion '25.0.3'
87
defaultConfig {
98
applicationId "wkv.android.evait.com.wifikeyview"
109
minSdkVersion 15
1110
targetSdkVersion 25
12-
versionCode 5
13-
versionName '1.4'
11+
versionCode 6
12+
versionName '1.5'
1413
}
1514
buildTypes {
1615
release {

0 commit comments

Comments
 (0)