Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
danimahardhika authored Feb 17, 2017
1 parent 17881cd commit 49aaa6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 200
versionName "2.0.0"
versionCode 202
versionName "2.0.2"
vectorDrawables.useSupportLibrary = true
}

Expand Down Expand Up @@ -95,6 +95,6 @@ dependencies {
compile 'com.github.chrisbanes:PhotoView:1.3.1'
compile 'com.google.android.apps.muzei:muzei-api:2.0'
compile 'com.github.rafakob:DrawMe:0.1.6'
compile 'org.sufficientlysecure:html-textview:3.1'
compile 'org.sufficientlysecure:html-textview:3.2'
compile 'com.github.florent37:diagonallayout:1.0.3'
}

0 comments on commit 49aaa6d

Please sign in to comment.