Skip to content

Commit 3bd68c6

Browse files
author
Maxim Zhemerenko
authored
Merge pull request #21 from SpryRocks/mmx/ci-and-jitpack
Mmx/ci and jitpack
2 parents 8a45d8a + 7ccd28f commit 3bd68c6

187 files changed

Lines changed: 45 additions & 45 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Builds/Builds.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

Builds/ReadMe.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

Builds/support-v1.0.4.aar

-47.6 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 0 deletions
Binary file not shown.

Sources/AndroidModules/android.modules.data.adapters/.gitignore renamed to android.modules.data.adapters/.gitignore

File renamed without changes.

Sources/AndroidModules/android.modules.data.loaders/build.gradle renamed to android.modules.data.adapters/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
*/
1616

1717
apply plugin: 'com.android.library'
18+
apply plugin: 'com.github.dcendents.android-maven'
19+
20+
group='com.github.spryrocks.androidmodules'
1821

1922
android {
2023
compileSdkVersion project.compileSdkVersion
@@ -35,5 +38,5 @@ android {
3538

3639
dependencies {
3740
implementation project(':android.modules.data')
38-
implementation "com.android.support:support-core-utils:$project.ANDROID_SUPPORT_VERSION"
41+
compileOnly "com.android.support:recyclerview-v7:$project.ANDROID_SUPPORT_VERSION"
3942
}

Sources/AndroidModules/android.modules.data.adapters/proguard-rules.pro renamed to android.modules.data.adapters/proguard-rules.pro

File renamed without changes.

Sources/AndroidModules/android.modules.data.adapters/src/main/AndroidManifest.xml renamed to android.modules.data.adapters/src/main/AndroidManifest.xml

File renamed without changes.

0 commit comments

Comments
 (0)