get the real height include navigation bar
[rtmpclient.git] / app / build.gradle
index cbded9d..7d9f556 100644 (file)
@@ -6,10 +6,11 @@ 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()}\""
+        buildConfigField "String", "COMPANY", "\"suanzi.ai\""
 
 
         sourceSets.main {
@@ -42,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'
 }