Skip to content

Commit

Permalink
4.x Release Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jun 23, 2019
1 parent cf7f0f5 commit c1a7038
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
14 changes: 14 additions & 0 deletions changes/4.x.md
Original file line number Diff line number Diff line change
@@ -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 <br/>
Author: Patches <[email protected]><br/>
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<br/>
Author: Patches <[email protected]><br/>
Date: Sun May 12 14:04:19 2019 -0500

#### issue119, issue120, issue122, issue124, and issue125 - Initial 4.x work
commit dcbad2c97f438155a9f66c2f0eb8cf60e4216da9<br/>
Author: Patches <[email protected]><br/>
Date: Sun Apr 21 20:57:38 2019 -0500
4 changes: 2 additions & 2 deletions wisefysample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit c1a7038

Please sign in to comment.