Skip to content

Commit

Permalink
fix build issue with sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoima525 committed Oct 19, 2021
1 parent 10d2736 commit d58c2a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debot-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "com.tomoima.debot.sample"
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
Expand All @@ -21,8 +21,8 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation "com.github.tomoima525.debot:debot:$library_version"
//implementation project(':debot')
// implementation "com.github.tomoima525.debot:debot:$library_version"
implementation project(':debot')
// Replace with debot-no-op for looking no-op sample
//compile project(':debot-no-op')
}

0 comments on commit d58c2a7

Please sign in to comment.