Skip to content

Commit

Permalink
Merge pull request #399 from jogrimst/master
Browse files Browse the repository at this point in the history
Content Provider library release 1.0.5
  • Loading branch information
sladomic authored Apr 28, 2017
2 parents d08fddf + 28cc338 commit 04930e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.literacyapp"
minSdkVersion 21
targetSdkVersion 23
versionCode 1005008
versionName "1.5.8"
versionCode 1005009
versionName "1.5.9"

// jackOptions {
// enabled true
Expand Down
4 changes: 2 additions & 2 deletions contentprovider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 23
versionCode 1000004
versionName "1.0.4"
versionCode 1000005
versionName "1.0.5"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 04930e9

Please sign in to comment.