Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Joshi committed Jan 17, 2015
1 parent 8bb9055 commit eef27ba
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .idea/libraries/appcompat_v7_21_0_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/libraries/play_services_6_5_87.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/libraries/support_annotations_21_0_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/support_v4_21_0_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions vitinfo2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 21
versionCode 32
versionName "3.4.5"
versionCode 33
versionName "3.5.0"
}
}

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

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

0 comments on commit eef27ba

Please sign in to comment.