| Index: libadblockplus-android/pom.xml |
| diff --git a/libadblockplus-android/pom.xml b/libadblockplus-android/pom.xml |
| index c168222cd8f74383d33d6e575e69c912c0712df6..f8bf2cc608dcd11df79be4facd5ce3474b660928 100644 |
| --- a/libadblockplus-android/pom.xml |
| +++ b/libadblockplus-android/pom.xml |
| @@ -17,7 +17,7 @@ |
| <dependency> |
| <groupId>com.google.android</groupId> |
| <artifactId>android</artifactId> |
| - <version>[4.1,)</version> <!-- 4.1 = target-16 --> |
| + <version>4.4</version> <!-- 4.4 = target-19 --> |
| <type>jar</type> |
| <scope>provided</scope> |
| </dependency> |
| @@ -68,7 +68,7 @@ |
| </goals> |
| <configuration> |
| <sdk> |
| - <platform>16</platform> |
| + <platform>19</platform> |
| </sdk> |
| <ndk> |
| <path>${env.ANDROID_NDK_HOME}</path> |
| @@ -78,6 +78,7 @@ |
| <androidManifestFile>AndroidManifest.xml</androidManifestFile> |
| <resourceDirectory>res</resourceDirectory> |
| <nativeLibrariesDirectory>libs</nativeLibrariesDirectory> |
| + <assetsDirectory>assets</assetsDirectory> |
| </configuration> |
| <extensions>true</extensions> |