Skip to content

Commit

Permalink
Merge pull request #10 from jogrimst/master
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
literacyapp authored Jun 7, 2017
2 parents 0eb1b45 + d64b888 commit 9459dc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.literacyapp.storybooks"
minSdkVersion 21
targetSdkVersion 23
versionCode 1000000
versionName "1.0.0"
versionCode 1000001
versionName "1.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -46,11 +46,11 @@ dependencies {
compile 'org.literacyapp:contentprovider:1.0.7'
compile 'org.greenrobot:greendao:3.2.0'
compile 'org.literacyapp.analytics:eventtracker:1.0.3'

compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.android.support:gridlayout-v7:23.4.0'
compile 'com.android.support:percent:23.4.0'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support.constraint:constraint-layout:1.0.1'
}

0 comments on commit 9459dc4

Please sign in to comment.