Skip to content

Commit eb47695

Browse files
committed
Updated Build Tools and dependencies repository. I'm loving jitpack.io.
1 parent d7f49ed commit eb47695

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
jcenter()
2222
}
2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:1.1.0'
24+
classpath 'com.android.tools.build:gradle:1.2.3'
2525
classpath 'me.tatarka:gradle-retrolambda:3.0.1'
2626
}
2727
}
@@ -30,7 +30,9 @@ allprojects {
3030
repositories {
3131
mavenLocal()
3232
jcenter()
33-
maven { url "https://github.com/federicoiosue/repository/raw/master/" }
33+
maven {
34+
url "https://jitpack.io"
35+
}
3436
}
3537
}
3638

omniNotes/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'me.tatarka.retrolambda'
2020

2121
android {
2222
compileSdkVersion 21
23-
buildToolsVersion "21.1.2"
23+
buildToolsVersion "22.0.1"
2424

2525
defaultConfig {
2626
applicationId "it.feio.android.omninotes"
@@ -77,7 +77,7 @@ dependencies {
7777
}
7878
compile 'com.github.gabrielemariotti.changeloglib:library:1.5.2'
7979
compile 'be.billington.calendar.recurrencepicker:library:1.1.1'
80-
compile 'com.android.support:appcompat-v7:22.2.0'
80+
compile 'com.android.support:appcompat-v7:22.2.1'
8181
compile 'de.greenrobot:eventbus:2.4.0'
8282
compile 'com.pushbullet:android-extensions:1.0.4@aar'
8383
compile 'com.getbase:floatingactionbutton:1.9.0'
@@ -95,9 +95,9 @@ dependencies {
9595
compile 'com.pnikosis:materialish-progress:1.5'
9696
compile 'com.github.paolorotolo:appintro:1.3.0'
9797

98-
compile 'it.feio.android:simplegallery:1.1.1'
99-
compile 'it.feio.android:springpadimporter:1.0.1'
100-
compile 'it.feio.android:omninotes_commons:1.1.0-SNAPSHOT'
101-
compile 'it.feio.android:checklistview:2.2'
102-
compile 'it.feio.android:pixlUI:2.2'
98+
compile 'com.github.federicoiosue:simplegallery:1.1.2'
99+
compile 'com.github.federicoiosue:Springpad-Importer:1.0.1'
100+
compile 'com.github.federicoiosue:Omni-Notes-Commons:1.1.0'
101+
compile 'com.github.federicoiosue:CheckListView:6a709a09a8'
102+
compile 'com.github.federicoiosue:pixlUI:2.2'
103103
}

0 commit comments

Comments
 (0)