Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanosFisherman committed May 22, 2020
1 parent 6e51c36 commit ca75826
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
/build
/captures
.externalNativeBuild
.project
.project
/checkstyle-result.xml
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand All @@ -31,8 +31,8 @@ ext {
buildToolsVersion = '29.0.3'
minSdkVersion = 15
targetSdkVersion = 29
publishVersionName = '1.6.0'
publishVersionCode = 17
publishVersionName = '1.6.1'
publishVersionCode = 18

currentVersionDesc = 'WifiUtils current version'
bintrayRepo = 'maven'
Expand Down

0 comments on commit ca75826

Please sign in to comment.