Skip to content

Commit

Permalink
fixed capture limit issue inside the Gallery Activity
Browse files Browse the repository at this point in the history
  • Loading branch information
vansikrishna authored and bhaskarxinthe committed Feb 21, 2017
1 parent cbb406c commit 39bf5a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 23
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"
}
buildTypes {
release {
Expand All @@ -24,6 +24,5 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:support-v13:23.4.0'
compile 'com.android.support:design:23.4.0'

compile 'com.android.support:support-annotations:24.2.1'
}

0 comments on commit 39bf5a7

Please sign in to comment.