Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 27
buildToolsVersion '27.0.1'
compileSdkVersion 29
buildToolsVersion '29.0.2'

defaultConfig {
applicationId 'com.sqisland.android.test_demo'
minSdkVersion 15
targetSdkVersion 27
targetSdkVersion 29
versionCode 1
versionName '1.0.0'

Expand Down Expand Up @@ -44,4 +44,4 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso:espresso-intents:${ESPRESSO_VERSION}"
androidTestImplementation 'org.mockito:mockito-android:2.12.0'
androidTestAnnotationProcessor "com.google.dagger:dagger-compiler:${DAGGER_VERSION}"
}
}