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

v1.6.10.9

parent adc69ae0
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@ jdk:
- openjdk11
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 -DpomFile=pom.xml
\ No newline at end of file
- mvn install:install-file $FILE -DgroupId=org.futo.gitlab.circles -DartifactId=matrix-android-sdk -Dversion=1.6.10.9 -Dpackaging=aar -DpomFile=pom.xml
\ No newline at end of file
No preview for this file type
......@@ -241,7 +241,7 @@ publishing {
release(MavenPublication) {
groupId = "org.futo.gitlab.circles"
artifactId = "matrix-android-sdk"
version = "1.6.10.1"
version = "1.6.10.9"
afterEvaluate {
from components.release
......
......@@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.futo.gitlab.circles</groupId>
<artifactId>matrix-android-sdk</artifactId>
<version>1.6.10.1</version>
<version>1.6.10.9</version>
<dependencies>
<dependency>
<groupId>io.realm</groupId>
......@@ -192,9 +192,9 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.futo.rustcomponents</groupId>
<artifactId>crypto-android</artifactId>
<version>0.3.15.2</version>
<groupId>org.futo.gitlab.circles</groupId>
<artifactId>circles-rust-components-kotlin</artifactId>
<version>v0.3.15.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
......
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