Skip to content

Commit

Permalink
Added release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Joshi committed May 22, 2014
1 parent 364ccfd commit 68e96f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# org.gradle.parallel=true

VITacademics.signing=/Users/saurabh/signatures/vitinfokey
12 changes: 4 additions & 8 deletions vitinfo2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ android {
compileSdkVersion 19
buildToolsVersion "19.0.3"

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

defaultConfig {
minSdkVersion 9
targetSdkVersion 19
versionCode 17
versionCode 18
versionName "3.2.0 Beta"
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}

dependencies {
Expand All @@ -28,7 +24,7 @@ dependencies {
compile 'de.hdodenhof:circleimageview:1.1.0'
compile 'com.github.chrisbanes.actionbarpulltorefresh:extra-abc:+'
compile 'com.nineoldandroids:library:2.4.0+'
compile 'com.google.android.gms:play-services:4.3.23'
compile 'com.google.android.gms:play-services:4.4.52'
compile project(':facebook')
compile project(':showcaseview')
compile project(":hololib")
Expand Down
2 changes: 1 addition & 1 deletion vitinfo2/vitinfo2.iml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
<orderEntry type="library" exported="" name="androidasync-1.2.5" level="project" />
<orderEntry type="library" exported="" name="circleimageview-1.1.0" level="project" />
<orderEntry type="library" exported="" name="ion-1.2.5" level="project" />
<orderEntry type="library" exported="" name="play-services-4.4.52" level="project" />
<orderEntry type="library" exported="" name="robototextview-2.0.1" level="project" />
<orderEntry type="library" exported="" name="play-services-4.3.23" level="project" />
<orderEntry type="library" exported="" name="library-0.9.9" level="project" />
<orderEntry type="library" exported="" name="core-3.0.1" level="project" />
<orderEntry type="library" exported="" name="library-0.4.0" level="project" />
Expand Down

0 comments on commit 68e96f1

Please sign in to comment.