mirror of
https://github.com/tijder/SmsMatrix.git
synced 2026-03-02 03:40:08 +00:00
Start with using git submodules #24
This commit is contained in:
@@ -17,12 +17,6 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
flatDir {
|
||||
dir 'libs'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -35,9 +29,9 @@ dependencies {
|
||||
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
||||
compile(name: 'matrix-sdk', ext: 'aar')
|
||||
compile(name: 'olm-sdk', ext: 'aar')
|
||||
|
||||
implementation project(':olm-sdk')
|
||||
implementation project(':matrix-sdk')
|
||||
|
||||
compile 'com.squareup.retrofit:retrofit:1.6.1'
|
||||
compile 'com.google.code.gson:gson:2.3'
|
||||
compile 'com.squareup.okhttp:okhttp-urlconnection:2.2.0'
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user