File tree 6 files changed +19
-65
lines changed
6 files changed +19
-65
lines changed Original file line number Diff line number Diff line change 1
- # [Android] ========================
2
1
# Built application files
3
2
* .apk
4
3
* .ap_
5
4
6
- # Files for the Dalvik VM
5
+ # Files for the ART/ Dalvik VM
7
6
* .dex
8
7
9
8
# Java class files
12
11
# Generated files
13
12
bin /
14
13
gen /
14
+ out /
15
15
16
16
# Gradle files
17
17
.gradle /
@@ -26,60 +26,15 @@ proguard/
26
26
# Log Files
27
27
* .log
28
28
29
+ # Android Studio Navigation editor temp files
30
+ .navigation /
29
31
30
- # # Directory-based project format:
31
- .idea /
32
-
33
- # # File-based project format:
34
- * .ipr
35
- * .iws
36
-
37
- # # Plugin-specific files:
38
-
39
- # IntelliJ
40
- out /
41
-
42
- # mpeltonen/sbt-idea plugin
43
- .idea_modules /
44
-
45
- # JIRA plugin
46
- atlassian-ide-plugin.xml
47
-
48
- # Crashlytics plugin (for Android Studio and IntelliJ)
49
- com_crashlytics_export_strings.xml
32
+ # Android Studio captures folder
33
+ captures /
50
34
35
+ # Intellij
36
+ * .iml
37
+ .idea /
51
38
52
- # [Maven] ========================
53
- target /
54
- pom.xml.tag
55
- pom.xml.releaseBackup
56
- pom.xml.versionsBackup
57
- pom.xml.next
58
- release.properties
59
-
60
-
61
- # [Gradle-Android] ========================
62
-
63
- # Ignore Gradle GUI config
64
- gradle-app.setting
65
-
66
- # Gradle Signing
67
- signing.properties
68
- trestle.keystore
69
-
70
- # Mobile Tools for Java (J2ME)
71
- .mtj.tmp /
72
-
73
- # Package Files #
74
- * .jar
75
- * .war
76
- * .ear
77
-
78
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
79
- hs_err_pid *
80
-
81
- # Misc
82
- /.idea /workspace.xml
83
- .DS_Store
84
- /captures
85
- ** /* .iml
39
+ # Keystore files
40
+ * .jks
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ google()
6
7
}
7
8
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.3.3 '
9
+ classpath ' com.android.tools.build:gradle:3.0.1 '
9
10
10
11
// NOTE: Do not place your application dependencies here; they belong
11
12
// in the individual module build.gradle files
@@ -15,13 +16,13 @@ buildscript {
15
16
allprojects {
16
17
repositories {
17
18
jcenter()
19
+ google()
18
20
}
19
21
ext {
20
- compileSdkVersion = 24
21
- buildToolsVersion = ' 25.0.3'
22
+ compileSdkVersion = 27
22
23
minSdkVersion = 21
23
- targetSdkVersion = 24
24
- supportLibraryVersion = ' 25.3.1 '
24
+ targetSdkVersion = 27
25
+ supportLibraryVersion = ' 27.0.2 '
25
26
junitVersion = ' 4.12'
26
27
}
27
28
}
Original file line number Diff line number Diff line change 1
- # Tue Aug 01 17:24:40 WEST 2017
1
+ # Wed Feb 14 13:34:27 WET 2018
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apply from: 'maven-push.gradle'
3
3
4
4
android {
5
5
compileSdkVersion project. ext. compileSdkVersion
6
- buildToolsVersion project. ext. buildToolsVersion
7
6
8
7
defaultConfig {
9
8
minSdkVersion project. ext. minSdkVersion
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion project. ext. compileSdkVersion
5
- buildToolsVersion project. ext. buildToolsVersion
6
5
7
6
defaultConfig {
8
7
applicationId " com.andremion.floatingnavigationview.sample"
You can’t perform that action at this time.
0 commit comments