Skip to content

Commit

Permalink
Merge pull request #8 from jogrimst/master
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
literacyapp authored May 17, 2017
2 parents 059be9c + 4dc1644 commit 4b959c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.literacyapp.soundcards"
minSdkVersion 21
targetSdkVersion 23
versionCode 1000001
versionName "1.0.1"
versionCode 1000002
versionName "1.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -39,8 +39,8 @@ dependencies {
})
testCompile 'junit:junit:4.12'

compile 'org.literacyapp:literacyapp-model:1.1.38'
compile 'org.literacyapp:contentprovider:1.0.5'
compile 'org.literacyapp:literacyapp-model:1.1.41'
compile 'org.literacyapp:contentprovider:1.0.6'
compile 'org.greenrobot:greendao:3.2.0'

compile 'com.android.support:appcompat-v7:23.4.0'
Expand Down

0 comments on commit 4b959c7

Please sign in to comment.