Skip to content
Snippets Groups Projects
Commit c51e9709 authored by Taras's avatar Taras
Browse files

Change packaging to aar

parent 1df5ee5b
No related branches found
No related tags found
No related merge requests found
jdk:
- openjdk11
before_install:
- ./scripts/prepareJitpackEnvironment.sh
install:
- FILE="-Dfile=matrix-sdk-android-release.aar"
- mvn install:install-file $FILE -DgroupId=org.futo.gitlab.circles -DartifactId=matrix-android-sdk -Dversion=1.6.10.1 -Dpackaging=aar -DgeneratePom=true
\ No newline at end of file
......@@ -10,7 +10,7 @@
<groupId>org.futo.gitlab.circles</groupId>
<artifactId>matrix-android-sdk</artifactId>
<version>1.6.10.1</version>
<packaging>pom</packaging>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>io.realm</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment