From c1a7038233e9f8167052a4ff71c5f8d6b0bc0fb6 Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sat, 22 Jun 2019 20:09:50 -0500 Subject: [PATCH] 4.x Release Updates --- build.gradle | 2 +- changes/4.x.md | 14 ++++++++++++++ wisefysample/build.gradle | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c8650cf6..fad7f9dd 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { dokka_version = '0.9.18' dexcount_version = '0.8.5' jacoco_version = '0.8.3' - kotlin_version = "1.3.31" + kotlin_version = "1.3.40" maven_version = '2.1' } diff --git a/changes/4.x.md b/changes/4.x.md index 2f75f83c..05ac2dde 100644 --- a/changes/4.x.md +++ b/changes/4.x.md @@ -1,2 +1,16 @@ ## v4.0.0 - 06/22/2019 +#### issue132, issue135, and issue136 - Move to TestLab and CircleCI, add tests for sample, and various refactors +commit cf7f0f581ef544e2d8903b891c3790fffa851ef9
+Author: Patches
+Date: Sat Jun 22 19:29:50 2019 -0500 + +#### issue116, issue127-130, and issue 133 - Add Android P support, sample app, add RoboElectric; Update documentation; Bug and crash fixes +commit a0c589d61f929ecb586fa00865a5edaa1dc98ccb
+Author: Patches
+Date: Sun May 12 14:04:19 2019 -0500 + +#### issue119, issue120, issue122, issue124, and issue125 - Initial 4.x work +commit dcbad2c97f438155a9f66c2f0eb8cf60e4216da9
+Author: Patches
+Date: Sun Apr 21 20:57:38 2019 -0500 diff --git a/wisefysample/build.gradle b/wisefysample/build.gradle index 699bb023..117cffc4 100644 --- a/wisefysample/build.gradle +++ b/wisefysample/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.isupatches.wisefysample" minSdkVersion rootProject.ext.MIN_SDK_VERSION targetSdkVersion rootProject.ext.MAX_SDK_VERSION - versionCode rootProject.ext.VERSION_CODE - versionName rootProject.ext.VERSION_NAME + versionCode 1 + versionName '1.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }