Skip to content

Commit

Permalink
Update libraries and propably fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
vladholubiev committed Feb 12, 2015
1 parent 3e2c05b commit 98d8098
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
<orderEntry type="library" exported="" name="streamsupport-1.1.4" level="project" />
<orderEntry type="library" exported="" name="support-v4-21.0.3" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-21.0.3" level="project" />
<orderEntry type="library" exported="" name="mint-4.0.8" level="project" />
<orderEntry type="library" exported="" name="mint-4.0.9" level="project" />
<orderEntry type="library" exported="" name="library-1.8.2" level="project" />
<orderEntry type="library" exported="" name="material-ripple-1.0.0" level="project" />
<orderEntry type="library" exported="" name="recyclerview-v7-21.0.3" level="project" />
<orderEntry type="library" exported="" name="library-1.0.7" level="project" />
<orderEntry type="library" exported="" name="library-1.7.1" level="project" />
<orderEntry type="library" exported="" name="library-1.0.8" level="project" />
<orderEntry type="library" exported="" name="support-annotations-21.0.3" level="project" />
<orderEntry type="library" exported="" name="library-1.1.3" level="project" />
</component>
Expand Down
20 changes: 11 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ apply plugin: 'me.tatarka.retrolambda'
android {
signingConfigs {
config {
keyAlias 'MODULE.OK'
keyPassword KEY_PASSWORD
storeFile file('/media/vlad/E/moduleok-key.jks')
storePassword KEYSTORE_PASSWORD
try {
keyAlias 'MODULE.OK'
keyPassword KEY_PASSWORD
storeFile file('/media/vlad/E/moduleok-key.jks')
storePassword KEYSTORE_PASSWORD
} catch (Exception ignored) { }
}
}
compileSdkVersion 21
Expand All @@ -16,8 +18,8 @@ android {
applicationId "ua.samosfator.moduleok"
minSdkVersion 10
targetSdkVersion 21
versionCode 4
versionName "0.5.2"
versionCode 5
versionName "0.5.3"
}
buildTypes {
release {
Expand Down Expand Up @@ -47,10 +49,10 @@ dependencies {
compile 'com.android.support:recyclerview-v7:21.0.3'
compile 'com.google.android.gms:play-services-base:6.5.87'
compile 'org.jsoup:jsoup:1.8.1'
compile 'com.rengwuxian.materialedittext:library:1.7.1'
compile 'com.rengwuxian.materialedittext:library:1.8.2'
compile 'com.balysv:material-ripple:1.0.0'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.jpardogo.materialtabstrip:library:1.0.7'
compile 'com.splunk.mint:mint:4.0.8'
compile 'com.jpardogo.materialtabstrip:library:1.0.8'
compile 'com.splunk.mint:mint:4.0.9'
compile 'com.github.dmytrodanylyk.circular-progress-button:library:1.1.3'
}

0 comments on commit 98d8098

Please sign in to comment.