From b598f9462f0fd65590f1ba5226af898e3cf3ea62 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 7 Mar 2014 22:28:56 +0100 Subject: increase gradle version of other modules too --HG-- extra : amend_source : 6e57f04c9fea59526651f428d0453a422e963d9a --- main/src/main/res/layout/basic_settings.xml | 2 +- main/src/main/res/layout/vpn_profile_list.xml | 4 +--- main/src/main/res/values/strings.xml | 2 +- remoteExample/build.gradle | 2 +- vpndialogxposed/build.gradle | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/main/src/main/res/layout/basic_settings.xml b/main/src/main/res/layout/basic_settings.xml index f8c38e79..d5d8d2e3 100644 --- a/main/src/main/res/layout/basic_settings.xml +++ b/main/src/main/res/layout/basic_settings.xml @@ -241,4 +241,4 @@ - \ No newline at end of file + diff --git a/main/src/main/res/layout/vpn_profile_list.xml b/main/src/main/res/layout/vpn_profile_list.xml index b8caa7c7..42ec9e89 100644 --- a/main/src/main/res/layout/vpn_profile_list.xml +++ b/main/src/main/res/layout/vpn_profile_list.xml @@ -35,9 +35,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/openvpn_is_no_free_vpn" - android:autoLink="web" - android:textAppearance="?android:attr/textAppearanceMedium" /> - + android:autoLink="web" /> diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml index 3b9b9c0f..6cd45b66 100755 --- a/main/src/main/res/values/strings.xml +++ b/main/src/main/res/values/strings.xml @@ -316,6 +316,6 @@ Username/Password file [Imported from: %s] Some files could not be found. Please select the files to import the profile: - To use this app you need a VPN provider/VPN gateway supporting OpenVPN (often provided by your employer .Check out http://community.openvpn.net/ for more information on OpenVPN and how to setup your own OpenVPN server. + To use this app you need a VPN provider/VPN gateway supporting OpenVPN (often provided by your employer). Check out http://community.openvpn.net/ for more information on OpenVPN and how to setup your own OpenVPN server. Import log: diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 8e2ad20a..a747b952 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:0.8.+' + classpath 'com.android.tools.build:gradle:0.9.+' } } diff --git a/vpndialogxposed/build.gradle b/vpndialogxposed/build.gradle index ea989197..8c7b0375 100644 --- a/vpndialogxposed/build.gradle +++ b/vpndialogxposed/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:0.8.+' + classpath 'com.android.tools.build:gradle:0.9.+' } } -- cgit v1.2.3