X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=7d9f5565dc4f179ac7afe3512bdcc914d368a015;hb=e0f23aa956f751fca704c8ccae084641a3e36eda;hp=cbded9d22f9775fc943d466f7fed4691ae4c813c;hpb=6f89224690e8d04727c9ee48bdeb04e5cb905d54;p=rtmpclient.git diff --git a/app/build.gradle b/app/build.gradle index cbded9d..7d9f556 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' }