diff --git a/app/build.gradle b/app/build.gradle index b9ab820..93fafda 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/releasenotes.txt b/releasenotes.txt index 8c1f00a..0d04fdf 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -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