|
|
|
@ -13,12 +13,12 @@ def getGitSha = { -> |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
android { |
|
|
|
|
compileSdkVersion 27 |
|
|
|
|
buildToolsVersion '27.0.3' |
|
|
|
|
compileSdkVersion 28 |
|
|
|
|
buildToolsVersion '28.0.2' |
|
|
|
|
defaultConfig { |
|
|
|
|
applicationId "com.keylesspalace.tusky" |
|
|
|
|
minSdkVersion 21 |
|
|
|
|
targetSdkVersion 27 |
|
|
|
|
targetSdkVersion 28 |
|
|
|
|
versionCode 49 |
|
|
|
|
versionName "3.1" |
|
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
|
|
|
@ -58,7 +58,7 @@ android { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ext.supportLibraryVersion = '27.1.1' |
|
|
|
|
ext.supportLibraryVersion = '28.0.0-rc02' |
|
|
|
|
ext.daggerVersion = '2.17' |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -104,7 +104,7 @@ dependencies { |
|
|
|
|
implementation "com.google.dagger:dagger-android:$daggerVersion" |
|
|
|
|
implementation "com.google.dagger:dagger-android-support:$daggerVersion" |
|
|
|
|
kapt "com.google.dagger:dagger-android-processor:$daggerVersion" |
|
|
|
|
testImplementation 'org.robolectric:robolectric:3.8' |
|
|
|
|
testImplementation 'org.robolectric:robolectric:4.0-alpha-3' |
|
|
|
|
testImplementation 'org.mockito:mockito-inline:2.21.0' |
|
|
|
|
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', { |
|
|
|
|
exclude group: 'com.android.support', module: 'support-annotations' |
|
|
|
|