Skip to content

Commit

Permalink
Updated sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshsolanki committed Apr 16, 2017
1 parent 663a198 commit 54b291f
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
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion '25.0.0'
compileSdkVersion 25
buildToolsVersion '25.0.2'
defaultConfig {
applicationId "com.mukesh.markdownview.example"
minSdkVersion 14
targetSdkVersion 24
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
Expand All @@ -20,6 +20,6 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:appcompat-v7:25.3.1'
compile project(':markdownview')
}

0 comments on commit 54b291f

Please sign in to comment.