Skip to content

Commit

Permalink
cersion update for 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmile committed Jun 15, 2019
1 parent 6df91bd commit ce6802a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.c_base.c_beam"
minSdkVersion 21
targetSdkVersion 28
versionCode 28
versionName "1.6.1"
versionCode 29
versionName "1.6.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 4 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Release Notes
1.6.2
- Changed some URLs from HTTP to HTTPS
- Allowed HTTP connections anyway since some internal services don't have TLS

1.6.1
- Fixed JSON RPC connection on Android 9

Expand Down

0 comments on commit ce6802a

Please sign in to comment.