Skip to content

Commit

Permalink
Up version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
whalemare committed Jul 3, 2017
1 parent cd5f76f commit 4254f56
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 28 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Library for speedy implementation menu with BottomSheet

[![Release](https://jitpack.io/v/whalemare/sheetmenu.svg)](https://jitpack.io/#whalemare/sheetmenu)

![Screenshot](screens/1.3.2.gif)
![Screenshot](screens/1.3.3.gif)

Usage
-----
Expand Down Expand Up @@ -62,7 +62,7 @@ allprojects {
Include dependency with `BottomSheet` in your app.gradle file with:

```groovy
compile 'com.github.whalemare:sheetmenu:1.3.2'
compile 'com.github.whalemare:sheetmenu:1.3.3'
```


Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "ru.whalemare.bottomsheet"
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName app_version
Expand Down
22 changes: 0 additions & 22 deletions app/src/test/java/ru/whalemare/bottomsheet/TestM.java

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlin_version = '1.1.2-5'
ext.app_version = "1.3.2"
ext.app_version = "1.3.3"
repositories {
jcenter()
}
Expand All @@ -29,4 +29,4 @@ task clean(type: Delete) {

task getHomeDir << {
println gradle.gradleHomeDir
}
}
2 changes: 1 addition & 1 deletion sheetmenu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName app_version
Expand Down

0 comments on commit 4254f56

Please sign in to comment.