This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
50 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+657 KB
example/libs/glide-full-4.6.0.jar → example/libs/glide-full-4.7.0.jar
Binary file not shown.
14 changes: 0 additions & 14 deletions
14
example/src/androidTest/java/com/thesurix/example/gesturerecycler/ApplicationTest.java
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
example/src/test/java/com/thesurix/example/gesturerecycler/ExampleUnitTest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,30 @@ | ||
apply plugin: 'com.android.library' | ||
apply plugin: 'kotlin-android' | ||
|
||
def version = '1.5.0' | ||
ext { | ||
bintrayRepo = 'maven' | ||
bintrayName = 'gesture-recycler' | ||
|
||
publishedGroupId = 'com.thesurix.gesturerecycler' | ||
libraryName = 'Gesture Recycler' | ||
artifact = 'gesture-recycler' | ||
|
||
libraryDescription = ' This library provides swipe & drag and drop support for RecyclerView. ' | ||
|
||
siteUrl = 'https://github.com/thesurix/gesture-recycler' | ||
gitUrl = 'https://github.com/thesurix/gesture-recycler.git' | ||
|
||
libraryVersion = '1.6.0' | ||
|
||
developerId = 'thesurix' | ||
developerName = 'Pawel Surowka' | ||
developerEmail = '[email protected]' | ||
organization = 'thesurix' | ||
|
||
licenseName = 'The Apache Software License, Version 2.0' | ||
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt' | ||
allLicenses = ["Apache-2.0"] | ||
} | ||
|
||
ext { | ||
PUBLISH_GROUP_ID = 'com.thesurix.gesturerecycler' | ||
|
@@ -28,10 +51,14 @@ android { | |
} | ||
|
||
dependencies { | ||
testCompile 'junit:junit:4.12' | ||
implementation supportDependencies.recyclerView | ||
implementation supportDependencies.appCompat | ||
implementation langDependencies.kotlin | ||
} | ||
|
||
apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle' | ||
tasks.withType(Javadoc).all { | ||
enabled = false | ||
} | ||
|
||
apply from: 'https://raw.githubusercontent.com/quangctkm9207/template-files/master/android/gradle/install.gradle' | ||
apply from: 'https://raw.githubusercontent.com/quangctkm9207/template-files/master/android/gradle/bintray.gradle' |
14 changes: 0 additions & 14 deletions
14
library/src/androidTest/java/com/thesurix/gesturerecycler/ApplicationTest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
<manifest package="com.thesurix.gesturerecycler" | ||
xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<application | ||
android:allowBackup="true" | ||
android:label="@string/app_name" | ||
android:supportsRtl="true"> | ||
|
||
</application> | ||
|
||
</manifest> | ||
<manifest package="com.thesurix.gesturerecycler"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
library/src/test/java/com/thesurix/gesturerecycler/ExampleUnitTest.java
This file was deleted.
Oops, something went wrong.