Index: libadblockplus-android/pom.xml |
diff --git a/libadblockplus-android/pom.xml b/libadblockplus-android/pom.xml |
index c168222cd8f74383d33d6e575e69c912c0712df6..02b8acfe453589ba18c4cbd25c28914de834a5a4 100644 |
--- a/libadblockplus-android/pom.xml |
+++ b/libadblockplus-android/pom.xml |
@@ -7,7 +7,7 @@ |
<groupId>org.adblockplus</groupId> |
<artifactId>libadblockplus-android</artifactId> |
- <version>1.3</version> |
+ <version>1.0</version> |
<packaging>aar</packaging> |
<name>libadblockplus-android</name> |
<description>AdBlock Plus JNI Binding Library</description> |
@@ -17,7 +17,7 @@ |
<dependency> |
<groupId>com.google.android</groupId> |
<artifactId>android</artifactId> |
- <version>[4.1,)</version> <!-- 4.1 = target-16 --> |
+ <version>5.0</version> <!-- 5.0 = target-21 --> |
<type>jar</type> |
<scope>provided</scope> |
</dependency> |
@@ -68,7 +68,7 @@ |
</goals> |
<configuration> |
<sdk> |
- <platform>16</platform> |
+ <platform>21</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> |