Commit e035523e authored by Viktor De Pasquale's avatar Viktor De Pasquale

Added base framework

parent bea5308a
...@@ -63,4 +63,13 @@ dependencies { ...@@ -63,4 +63,13 @@ dependencies {
def butterKnifeVersion = '10.1.0' def butterKnifeVersion = '10.1.0'
implementation "com.jakewharton:butterknife-runtime:${butterKnifeVersion}" implementation "com.jakewharton:butterknife-runtime:${butterKnifeVersion}"
kapt "com.jakewharton:butterknife-compiler:${butterKnifeVersion}" kapt "com.jakewharton:butterknife-compiler:${butterKnifeVersion}"
implementation ("com.github.skoumalcz:teanity:0.3.3") {
exclude group: 'com.karumi', module: 'dexter'
exclude group: 'com.evernote', module: 'android-state'
exclude group: 'androidx.work', module: 'work-runtime-ktx'
exclude group: 'androidx.room', module: 'room-runtime'
exclude group: 'io.reactivex.rxjava2', module: 'rxkotlin' //hopefully not forever
exclude group: 'io.reactivex.rxjava2', module: 'rxandroid' //hopefully not forever
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment