Skip to content

Commit

Permalink
Merge pull request #49 from tomoima525/fix/sample-build
Browse files Browse the repository at this point in the history
fix build issue with sample app
  • Loading branch information
tomoima525 authored Oct 19, 2021
2 parents 10d2736 + d58c2a7 commit e47355b
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 e47355b

Please sign in to comment.