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

Setup maven local testing for sdk

parent 697d87f0
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ buildscript {
repositories {
google()
mavenCentral()
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
......@@ -26,6 +27,7 @@ allprojects {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
mavenLocal()
}
}
......
......@@ -79,11 +79,14 @@ dependencies {
implementation "com.google.dagger:hilt-android:$rootProject.ext.hilt_version"
kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version"
//Matrix
//Matrix release
api('org.futo.gitlab.circles:matrix-android-sdk:v1.6.10.35@aar') {
transitive = true
}
//Matrix mavenLocal testing
//api "org.futo.gitlab.circles:matrix-android-sdk:0.1"
//Retrofit2
def retrofit_version = '2.11.0'
api "com.squareup.retrofit2:retrofit:$retrofit_version"
......
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