Skip to content

Commit

Permalink
move to 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashqal committed Dec 23, 2015
1 parent b540e22 commit c5f8750
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 25 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ ChromeLikeSwipeLayout.makeConfig()
* All ViewGroup

## Download
Coming soon.
```
compile 'com.asha:chromelikeswipelayout:0.3'
```

## Release Note
0.3 add multi touch support

##LICENSE
```
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:percent:23.1.1'
compile project(':library')
compile 'com.asha:chromelikeswipelayout:0.3'
}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven{ url 'https://dl.bintray.com/ashqal/maven/' }
}
}

Expand Down
File renamed without changes.
5 changes: 3 additions & 2 deletions library/build.gradle → chromelikeswipelayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apply from :'upload.gradle'
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'

defaultConfig {
minSdkVersion 7
targetSdkVersion 23
Expand All @@ -17,10 +16,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions chromelikeswipelayout/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<resources>
<string name="app_name">ChromeLikeSwipeLayout</string>
</resources>
2 changes: 0 additions & 2 deletions library/upload.gradle → chromelikeswipelayout/upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ def siteUrl = 'https://github.com/ashqal/ChromeLikeSwipeLayout' // Homepage
def gitUrl = 'https://github.com/ashqal/ChromeLikeSwipeLayout.git' // Git repository URL
group = 'com.asha' // Maven Group ID for the artifact


install {
repositories.mavenInstaller {
// This generates POM.xml with proper parameters
pom {
project {
packaging 'aar'

name 'ChromeLikeSwipeLayout'
url siteUrl

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
releaseVersion=0.1
releaseVersion=0.3
13 changes: 0 additions & 13 deletions library/src/androidTest/java/com/asha/layout/ApplicationTest.java

This file was deleted.

3 changes: 0 additions & 3 deletions library/src/main/res/values/strings.xml

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':library'
include ':app', ':chromelikeswipelayout'

0 comments on commit c5f8750

Please sign in to comment.