| Index: libadblockplus-android-tests/build.gradle | 
| diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-tests/build.gradle | 
| index 82ab52e0ab7fac22c34661e9b8b7f0fe96d5a574..7cb5995d5ee94a0f790fc1b9420c987f4065bae2 100644 | 
| --- a/libadblockplus-android-tests/build.gradle | 
| +++ b/libadblockplus-android-tests/build.gradle | 
| @@ -20,8 +20,8 @@ android { | 
| applicationId "org.adblockplus.libadblockplus.tests" | 
| minSdkVersion 9 | 
| targetSdkVersion 16 | 
| -    versionCode 359 | 
| -    versionName "1.3" | 
| +    versionCode 1 | 
| +    versionName "1.0" | 
|  | 
| testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | 
| } | 
|  |