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

v1.6.10.11

parent 5b493f0e
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.10 -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.11 -Dpackaging=aar -DpomFile=pom.xml
\ No newline at end of file
No preview for this file type
......@@ -140,7 +140,7 @@ dependencies {
// implementation(name: 'crypto-android-release', ext: 'aar')
//implementation 'net.java.dev.jna:jna:5.13.0@aar'
// implementation libs.androidx.appCompat
// implementation libs.androidx.appCompat
api libs.androidx.core
api libs.androidx.lifecycleLivedata
......@@ -205,7 +205,9 @@ dependencies {
//Bcrypt
api 'at.favre.lib:bcrypt:0.9.0'
api 'org.futo.gitlab.circles:circles-rust-components-kotlin:v0.3.15.4'
api("org.futo.gitlab.circles:circles-rust-components-kotlin:v0.3.15.6@aar") {
transitive = true
}
//rustCryptoApi project(":library:rustCrypto")
testImplementation libs.tests.junit
......@@ -241,7 +243,7 @@ publishing {
release(MavenPublication) {
groupId = "org.futo.gitlab.circles"
artifactId = "matrix-android-sdk"
version = "1.6.10.10"
version = "1.6.10.11"
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.10</version>
<version>1.6.10.11</version>
<dependencies>
<dependency>
<groupId>io.realm</groupId>
......@@ -170,7 +170,8 @@
<dependency>
<groupId>org.futo.gitlab.circles</groupId>
<artifactId>circles-rust-components-kotlin</artifactId>
<version>v0.3.15.4</version>
<version>v0.3.15.6</version>
<type>aar</type>
<scope>compile</scope>
</dependency>
<dependency>
......
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