Skip to content

Commit

Permalink
Merge pull request #96 from amitshekhariitbhu/development
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
amitshekhariitbhu committed Jan 8, 2018
2 parents 9bc28fb + ed7cb88 commit 3e2482f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
### Using Android Debug Database Library in your application
Add this to your app's build.gradle
```groovy
debugCompile 'com.amitshekhar.android:debug-db:1.0.1'
debugCompile 'com.amitshekhar.android:debug-db:1.0.2'
```

Use `debugCompile` so that it will only compile in your debug build and not in your release build.
Expand Down
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:25.0.0'
testCompile 'junit:junit:4.12'
compile 'net.zetetic:android-database-sqlcipher:3.5.7@aar'
debugCompile project(':debug-db')

debugCompile 'net.zetetic:android-database-sqlcipher:3.5.7@aar'
}
2 changes: 1 addition & 1 deletion debug-db/debug-db-upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
def gitUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git'

group = "com.amitshekhar.android"
version = '1.0.1'
version = '1.0.2'

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit 3e2482f

Please sign in to comment.