Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB3A2CAB8 for ; Tue, 30 Dec 2014 13:18:50 +0000 (UTC) Received: (qmail 84137 invoked by uid 500); 30 Dec 2014 13:18:51 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 84098 invoked by uid 500); 30 Dec 2014 13:18:51 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 84089 invoked by uid 99); 30 Dec 2014 13:18:51 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 13:18:51 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 20B14AC08CC for ; Tue, 30 Dec 2014 13:18:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1648525 - in /httpcomponents/httpclient-android/branches/4.3.5-android: build.gradle src/main/AndroidManifest.xml Date: Tue, 30 Dec 2014 13:18:44 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141230131850.20B14AC08CC@hades.apache.org> Author: olegk Date: Tue Dec 30 13:18:44 2014 New Revision: 1648525 URL: http://svn.apache.org/r1648525 Log: Upgraded build script to the latest release of gradle support (1.0.0); changed target SDK version to 17 Modified: httpcomponents/httpclient-android/branches/4.3.5-android/build.gradle httpcomponents/httpclient-android/branches/4.3.5-android/src/main/AndroidManifest.xml Modified: httpcomponents/httpclient-android/branches/4.3.5-android/build.gradle URL: http://svn.apache.org/viewvc/httpcomponents/httpclient-android/branches/4.3.5-android/build.gradle?rev=1648525&r1=1648524&r2=1648525&view=diff ============================================================================== --- httpcomponents/httpclient-android/branches/4.3.5-android/build.gradle (original) +++ httpcomponents/httpclient-android/branches/4.3.5-android/build.gradle Tue Dec 30 13:18:44 2014 @@ -30,7 +30,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:0.12.2' + classpath 'com.android.tools.build:gradle:1.0.0' } } @@ -56,7 +56,7 @@ android { defaultConfig { minSdkVersion 8 - targetSdkVersion 8 + targetSdkVersion 17 } compileOptions { Modified: httpcomponents/httpclient-android/branches/4.3.5-android/src/main/AndroidManifest.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient-android/branches/4.3.5-android/src/main/AndroidManifest.xml?rev=1648525&r1=1648524&r2=1648525&view=diff ============================================================================== --- httpcomponents/httpclient-android/branches/4.3.5-android/src/main/AndroidManifest.xml (original) +++ httpcomponents/httpclient-android/branches/4.3.5-android/src/main/AndroidManifest.xml Tue Dec 30 13:18:44 2014 @@ -27,7 +27,4 @@ package="org.apache.http" android:versionCode="1" android:versionName="1.0"> - - -