Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
matrix-android-sdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Circles
matrix-android-sdk
Commits
60086f0d
Commit
60086f0d
authored
1 year ago
by
Taras
Browse files
Options
Downloads
Patches
Plain Diff
v1.6.10.11
parent
5b493f0e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
jitpack.yml
+1
-1
1 addition, 1 deletion
jitpack.yml
matrix-sdk-android-release.aar
+0
-0
0 additions, 0 deletions
matrix-sdk-android-release.aar
matrix-sdk-android/build.gradle
+5
-3
5 additions, 3 deletions
matrix-sdk-android/build.gradle
pom.xml
+3
-2
3 additions, 2 deletions
pom.xml
with
9 additions
and
6 deletions
jitpack.yml
+
1
−
1
View file @
60086f0d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
matrix-sdk-android-release.aar
+
0
−
0
View file @
60086f0d
No preview for this file type
This diff is collapsed.
Click to expand it.
matrix-sdk-android/build.gradle
+
5
−
3
View file @
60086f0d
...
...
@@ -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.1
0
"
version
=
"1.6.10.1
1
"
afterEvaluate
{
from
components
.
release
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
3
−
2
View file @
60086f0d
...
...
@@ -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
0
</version>
<version>
1.6.10.1
1
</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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment