@@ -7,33 +7,40 @@ android {
7
7
minSdkVersion 21
8
8
targetSdkVersion 27
9
9
versionCode 1
10
- versionName " 1.0"
10
+ versionName ' 0. 1.0'
11
11
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
12
+ versionNameSuffix ' alpha'
12
13
}
13
14
buildTypes {
14
15
release {
15
16
minifyEnabled false
16
17
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
17
18
}
18
19
}
20
+ productFlavors {
21
+ }
19
22
}
20
23
21
24
repositories {
22
25
jcenter()
23
26
}
24
27
25
28
dependencies {
26
- implementation fileTree(dir : ' libs ' , include : [' *.jar' ])
29
+ implementation fileTree(include : [' *.jar' ], dir : ' libs ' )
27
30
implementation ' com.android.support:appcompat-v7:27.1.0'
28
- implementation " com.android.support:support-compat:27.1.0"
31
+ implementation ' com.android.support:support-compat:27.1.0'
29
32
implementation ' com.android.support.constraint:constraint-layout:1.0.2'
30
33
implementation ' com.android.support:design:27.1.0'
31
- implementation ' com.afollestad.material-dialogs:core:0.9.6.0' // https://github.com/afollestad/material-dialogs
34
+ implementation ' com.afollestad.material-dialogs:core:0.9.6.0'
35
+ // https://github.com/afollestad/material-dialogs
32
36
implementation ' yogesh.firzen:MukkiyaSevaigal:1.0.6'
33
- implementation " com.leinardi.android:speed-dial:1.0-alpha03" // https://github.com/leinardi/FloatingActionButtonSpeedDial
34
- implementation ' com.shehabic.droppy:Droppy:0.6.0@aar' // https://github.com/shehabic/Droppy
35
- implementation ' ru.bartwell:exfilepicker:2.4' // https://github.com/bartwell/ExFilePicker
36
- implementation " com.mikepenz:iconics-core:3.0.3@aar"
37
+ implementation ' com.leinardi.android:speed-dial:1.0-alpha03'
38
+ // https://github.com/leinardi/FloatingActionButtonSpeedDial
39
+ implementation ' com.shehabic.droppy:Droppy:0.6.0@aar'
40
+ // https://github.com/shehabic/Droppy
41
+ implementation ' ru.bartwell:exfilepicker:2.4'
42
+ // https://github.com/bartwell/ExFilePicker
43
+ implementation ' com.mikepenz:iconics-core:3.0.3@aar'
37
44
implementation ' com.mikepenz:community-material-typeface:2.0.46.1@aar'
38
45
implementation ' com.mikepenz:fontawesome-typeface:5.0.6.0@aar'
39
46
testImplementation ' junit:junit:4.12'
0 commit comments