Skip to content

Commit

Permalink
Reverted version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Mar 7, 2016
1 parent 8c5d897 commit e07199f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

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

4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'com.neenbedankt.android-apt'

group = 'com.guerinet'
archivesBaseName = 'android-utils'
version = '1.0.25'
version = '1.0.24'

android {
compileSdkVersion 23
Expand All @@ -29,7 +29,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 26
versionCode 25
versionName version
}
buildTypes {
Expand Down

0 comments on commit e07199f

Please sign in to comment.