Skip to content

Commit

Permalink
Merge branch 'master' into bintray_upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAsadi committed Sep 10, 2019
2 parents 746630d + fe985e4 commit 62573e3
Show file tree
Hide file tree
Showing 31 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,4 +20,4 @@ before_install:
- chmod +x gradlew

script:
- ./gradlew power-preference-lib:test
- ./gradlew power-preference:test
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sample-app/build.gradle
Expand Up @@ -23,7 +23,7 @@ dependencies {
//implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'

implementation project(':power-preference-lib')
implementation project(':power-preference')

androidTestImplementation 'org.mockito:mockito-android:2.7.22'
testImplementation 'org.mockito:mockito-core:2.23.0'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':sample-app', ':power-preference-lib'
include ':sample-app', ':power-preference'

0 comments on commit 62573e3

Please sign in to comment.