Skip to content

Commit

Permalink
Beta Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Joshi committed Jul 1, 2014
1 parent 9cbf490 commit 2522ed8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vitinfo2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ android {
compileSdkVersion 20
buildToolsVersion "20.0.0"


defaultConfig {
minSdkVersion 9
targetSdkVersion 20
versionCode 20
versionName "3.4.0"
versionCode 21
versionName "3.4.1"
}
}

apply from: project.property("VITacademics.signing") + ".gradle";

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:20.+'
Expand Down

0 comments on commit 2522ed8

Please sign in to comment.