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

v1.6.10.25

parent 975514bc
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ vector.httpLogLevel=NONE
# Ref: https://github.com/vanniktech/gradle-maven-publish-plugin
GROUP=org.matrix.android
POM_ARTIFACT_ID=matrix-android-sdk2
VERSION_NAME=1.6.10.24
VERSION_NAME=1.6.10.25
POM_PACKAGING=aar
......
......@@ -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.24 -Dpackaging=aar -DpomFile=pom.xml
- mvn install:install-file $FILE -DgroupId=org.futo.gitlab.circles -DartifactId=matrix-android-sdk -Dversion=1.6.10.25 -Dpackaging=aar -DpomFile=pom.xml
No preview for this file type
......@@ -242,7 +242,7 @@ publishing {
release(MavenPublication) {
groupId = "org.futo.gitlab.circles"
artifactId = "matrix-android-sdk"
version = "1.6.10.24"
version = "1.6.10.25"
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.24</version>
<version>1.6.10.25</version>
<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