File tree Expand file tree Collapse file tree 3 files changed +35
-8
lines changed Expand file tree Collapse file tree 3 files changed +35
-8
lines changed Original file line number Diff line number Diff line change 1
- .gradle
1
+ # Generated files
2
+ bin /
3
+ gen /
4
+
5
+ # Gradle files
6
+ .gradle /
2
7
build /
8
+ /* /build /
3
9
4
10
# Ignore Gradle GUI config
5
11
gradle-app.setting
@@ -9,3 +15,25 @@ gradle-app.setting
9
15
10
16
# Cache of project
11
17
.gradletasknamecache
18
+
19
+ # Local configuration file (sdk path, etc)
20
+ local.properties
21
+
22
+ # Intellij project files
23
+ * .iml
24
+ * .ipr
25
+ * .iws
26
+ .idea /
27
+
28
+ # Android Studio files
29
+ .gradle /
30
+ build
31
+ out
32
+ * .trace
33
+
34
+ # Tmp files of editors
35
+ * .swp
36
+
37
+ # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
38
+ ! gradle-wrapper.jar
39
+
Original file line number Diff line number Diff line change 3
3
components :
4
4
- platform-tools
5
5
- tools
6
- - build-tools-23.0.1
6
+ - build-tools-23.0.2
7
7
- android-23
8
8
- extra
9
9
before_cache :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply plugin: 'com.android.library'
21
21
22
22
android {
23
23
compileSdkVersion 23
24
- buildToolsVersion " 23.0.1 "
24
+ buildToolsVersion " 23.0.2 "
25
25
26
26
defaultConfig {
27
27
minSdkVersion 9
@@ -39,13 +39,12 @@ android {
39
39
40
40
dependencies {
41
41
compile fileTree(dir : ' libs' , include : [' *.jar' ])
42
- testCompile ' junit:junit:4.12'
43
42
compile ' com.github.mulab:android-log:1.0.1'
44
43
compile ' io.reactivex:rxandroid:1.0.1'
45
- // Because RxAndroid releases are few and far between, it is recommended you also
46
- // explicitly depend on RxJava's latest version for bug fixes and new features.
47
- compile ' io.reactivex:rxjava:1.0.14 '
48
- compile ' io.realm:realm-android:0.82.2 '
44
+ // Because RxAndroid releases are few and far between, it is recommended you also
45
+ // explicitly depend on RxJava's latest version for bug fixes and new features.
46
+ compile ' io.reactivex:rxjava:1.0.16 '
47
+ compile ' io.realm:realm-android:0.85.1 '
49
48
testCompile ' junit:junit:4.12'
50
49
androidTestCompile ' com.android.support.test:runner:0.3'
51
50
androidTestCompile ' com.android.support.test:rules:0.3'
You can’t perform that action at this time.
0 commit comments