Skip to content

Commit c271fb6

Browse files
committed
Merge branch 'feature/replace_git_submodule_with_gradle' into develop
2 parents 20493c1 + ac123f9 commit c271fb6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "lib/CircularReveal"]
2-
path = lib/CircularReveal
3-
url = [email protected]:ozodrukh/CircularReveal.git

app/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
apply plugin: 'com.android.application'
2-
2+
repositories {
3+
maven {
4+
url "https://jitpack.io"
5+
}
6+
}
37
android {
48
compileSdkVersion 21
59
buildToolsVersion "21.1.2"
@@ -19,8 +23,8 @@ android {
1923
}
2024

2125
dependencies {
22-
compile project(':lib:CircularReveal:circualreveal')
2326
compile project(':library')
2427
compile fileTree(dir: 'libs', include: ['*.jar'])
2528
compile 'com.android.support:appcompat-v7:21.0.3'
29+
compile 'com.github.ozodrukh:CircularReveal:1.0.4'
2630
}

lib/CircularReveal

Lines changed: 0 additions & 1 deletion
This file was deleted.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':lib:CircularReveal:circualreveal',':library'
1+
include ':app',':library'

0 commit comments

Comments
 (0)