get the real height include navigation bar
[rtmpclient.git] / app / build.gradle
index dbdae8b..7d9f556 100644 (file)
@@ -6,7 +6,7 @@ android {
         applicationId "ai.suanzi.rtmpclient"
         minSdkVersion 17
         targetSdkVersion 17
-        versionCode 1
+        versionCode 32
         versionName "v0.3.2"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         buildConfigField "String", "GIT_REVISION", "\"${getGitVersion()}\""
@@ -43,4 +43,5 @@ dependencies {
     implementation files('libs/android-mail-1.5.5.jar')
     implementation files('libs/android-activation-1.5.5.jar')
     implementation 'com.android.support:design:27.1.1'
+    implementation group: 'org.apache.httpcomponents' , name: 'httpclient-android' , version: '4.3.5.1'
 }