Skip to content

Commit

Permalink
Merge pull request #26 from AliAsadi/change_module_name
Browse files Browse the repository at this point in the history
Change module name from power-preference-lib to power-preference
  • Loading branch information
AliAsadi committed Aug 28, 2019
2 parents 5749192 + b5567e3 commit fe985e4
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 fe985e4

Please sign in to comment.