Skip to content

Commit

Permalink
Merge pull request #5 from HugoGresse/develop
Browse files Browse the repository at this point in the history
v 1.0.11
  • Loading branch information
HugoGresse committed Dec 10, 2015
2 parents e99844e + 985409e commit 8a243c5
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 201 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -5,3 +5,7 @@
.DS_Store
/build
/captures

vumeterlibrary/vumeterlibrary.iml
app/app.iml
app/*.apk
3 changes: 2 additions & 1 deletion .idea/gradle.xml

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

98 changes: 0 additions & 98 deletions app/app.iml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
8 changes: 4 additions & 4 deletions vumeterlibrary/build.gradle
Expand Up @@ -6,13 +6,13 @@ apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.1"

defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 11
versionName "1.0.10"
versionCode 12
versionName "1.0.11"
}
buildTypes {
release {
Expand All @@ -24,7 +24,7 @@ android {

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

///////////////////////////////////////////
Expand Down
Expand Up @@ -311,6 +311,9 @@ public void pause(){
* @param withAnimation if you want to have an animation from current state to stop state
*/
public void stop(boolean withAnimation){
if(mDestinationValues == null){
initialiseCollections();
}
mState = STATE_STOP;
int collapseSize = (int) (mContentHeight - mStopSize);
for(int i = 0; i < mBlockNumber; i++){
Expand Down
96 changes: 0 additions & 96 deletions vumeterlibrary/vumeterlibrary.iml

This file was deleted.

0 comments on commit 8a243c5

Please sign in to comment.