Skip to content

Commit

Permalink
Version 4:1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: touchboarder <[email protected]>
  • Loading branch information
TouchBoarder committed Apr 27, 2016
1 parent e8c374f commit 7707ea9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 3
versionName "1.0.0"
versionCode 4
versionName "1.0.1"
}
buildTypes {
release {
Expand All @@ -22,7 +22,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:multidex:1.0.1'
// compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:support-annotations:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile('com.github.afollestad:TextDrawable:c32bc48d86') {
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.touchboarder.demo.weekdaysbuttonsbar"
minSdkVersion 14
targetSdkVersion 23
versionCode 3
versionName "1.0.0"
versionCode 4
versionName "1.0.1"
}
buildTypes {
debug {
Expand All @@ -43,7 +43,7 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:cardview-v7:23.3.0'
compile project(':module')
compile('com.github.afollestad.material-dialogs:core:0.8.5.7@aar') {
compile('com.github.afollestad.material-dialogs:core:0.8.5.8@aar') {
transitive = true
}
}

0 comments on commit 7707ea9

Please sign in to comment.