Skip to content

Commit

Permalink
Fix support version in small
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Mar 19, 2017
1 parent 50c75bd commit 851292b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android/DevSample/small/base.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ configurations {

dependencies {
// testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.3.0'
provided 'com.android.support:support-v4:25.3.0'
compile 'com.android.support:appcompat-v7:25.1.0'
provided 'com.android.support:support-v4:25.1.0'
}

afterEvaluate {
Expand Down

0 comments on commit 851292b

Please sign in to comment.