@@ -2,73 +2,73 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' com.google.gms.google-services'
3
3
4
4
android {
5
- compileSdkVersion 28
6
- defaultConfig {
7
- applicationId " com.mmdev.meetups"
8
- minSdkVersion 21
9
- targetSdkVersion 28
10
- versionCode 1
11
- versionName " 1.0"
12
- testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
- }
14
- buildToolsVersion = ' 29.0.0'
15
- buildTypes {
16
- release {
17
- minifyEnabled true
18
- shrinkResources true
19
- proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
20
- }
21
- }
5
+ compileSdkVersion 28
6
+ defaultConfig {
7
+ applicationId " com.mmdev.meetups"
8
+ minSdkVersion 21
9
+ targetSdkVersion 28
10
+ versionCode 1
11
+ versionName " 1.0"
12
+ testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
+ }
14
+ buildToolsVersion = ' 29.0.0'
15
+ buildTypes {
16
+ release {
17
+ minifyEnabled true
18
+ shrinkResources true
19
+ proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
20
+ }
21
+ }
22
22
23
- compileOptions {
24
- sourceCompatibility = ' 1.8'
25
- targetCompatibility = ' 1.8'
26
- }
23
+ compileOptions {
24
+ sourceCompatibility = ' 1.8'
25
+ targetCompatibility = ' 1.8'
26
+ }
27
27
28
- dataBinding {
29
- enabled true
30
- }
28
+ dataBinding {
29
+ enabled true
30
+ }
31
31
32
32
}
33
33
34
34
dependencies {
35
- implementation fileTree(dir : ' libs' , include : [' *.jar' ])
36
- implementation ' androidx.legacy:legacy-support-v4:1.0.0'
37
- androidTestImplementation(' androidx.test.espresso:espresso-core:3.3.0-alpha01' , {
38
- exclude group : ' com.android.support' , module : ' support-annotations'
39
- })
40
- testImplementation ' junit:junit:4.13-beta-3'
41
- // design
42
- implementation ' androidx.appcompat:appcompat:1.1.0-rc01'
43
- implementation ' com.google.android.material:material:1.1.0-alpha07 '
44
- implementation ' androidx.constraintlayout:constraintlayout:2.0.0-beta2'
45
- implementation ' androidx.recyclerview:recyclerview:1.1.0-beta01'
46
- implementation ' androidx.cardview:cardview:1.0.0'
47
- implementation " com.yuyakaido.android:card-stack-view:2.3.4"
48
- implementation ' com.github.ceryle:SegmentedButton:2.0.2'
49
- // firebase
50
- implementation ' com.google.firebase:firebase-auth:18.0 .0'
51
- implementation ' com.google.firebase:firebase-core:17.0.0 '
52
- implementation ' com.firebaseui:firebase-ui-firestore:5.0.0'
53
- implementation ' com.google.firebase:firebase-storage:18.0 .0'
54
- implementation ' com.google.firebase:firebase-firestore:20.1.0'
55
- // chat
56
- implementation ' me.himanshusoni.chatmessageview:chat-message-view:1.0.7'
57
- implementation ' com.google.android.libraries.places:places:1.1.0'
58
- // facebook auth
59
- implementation ' com.facebook.android:facebook-android-sdk:5.1.1'
60
- implementation ' com.facebook.android:facebook-login:5.1.1'
61
- // binding
62
- implementation ' com.jakewharton:butterknife:10.1.0'
63
- annotationProcessor ' com.jakewharton:butterknife-compiler:10.1.0'
64
- // additional
65
- implementation ' android.arch.lifecycle:extensions:1.1.1'
66
- implementation ' com.github.bumptech.glide:glide:4.9.0'
67
- annotationProcessor ' com.github.bumptech.glide:compiler:4.9.0'
68
- implementation ' com.google.dagger:dagger:2.23.2'
69
- annotationProcessor ' com.google.dagger:dagger-compiler:2.23.2'
35
+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
36
+ implementation ' androidx.legacy:legacy-support-v4:1.0.0'
37
+ androidTestImplementation(' androidx.test.espresso:espresso-core:3.3.0-alpha01' , {
38
+ exclude group : ' com.android.support' , module : ' support-annotations'
39
+ })
40
+ testImplementation ' junit:junit:4.13-beta-3'
41
+ // design
42
+ implementation ' androidx.appcompat:appcompat:1.1.0-rc01'
43
+ implementation ' com.google.android.material:material:1.1.0-alpha08 '
44
+ implementation ' androidx.constraintlayout:constraintlayout:2.0.0-beta2'
45
+ implementation ' androidx.recyclerview:recyclerview:1.1.0-beta01'
46
+ implementation ' androidx.cardview:cardview:1.0.0'
47
+ implementation " com.yuyakaido.android:card-stack-view:2.3.4"
48
+ implementation ' com.github.ceryle:SegmentedButton:2.0.2'
49
+ // firebase
50
+ implementation ' com.google.firebase:firebase-auth:18.1 .0'
51
+ implementation ' com.google.firebase:firebase-core:17.0.1 '
52
+ implementation ' com.firebaseui:firebase-ui-firestore:5.0.0'
53
+ implementation ' com.google.firebase:firebase-storage:18.1 .0'
54
+ implementation ' com.google.firebase:firebase-firestore:20.1.0'
55
+ // chat
56
+ implementation ' me.himanshusoni.chatmessageview:chat-message-view:1.0.7'
57
+ implementation ' com.google.android.libraries.places:places:1.1.0'
58
+ // facebook auth
59
+ implementation ' com.facebook.android:facebook-android-sdk:5.1.1'
60
+ implementation ' com.facebook.android:facebook-login:5.1.1'
61
+ // binding
62
+ implementation ' com.jakewharton:butterknife:10.1.0'
63
+ annotationProcessor ' com.jakewharton:butterknife-compiler:10.1.0'
64
+ // additional
65
+ implementation ' android.arch.lifecycle:extensions:1.1.1'
66
+ implementation ' com.github.bumptech.glide:glide:4.9.0'
67
+ annotationProcessor ' com.github.bumptech.glide:compiler:4.9.0'
68
+ implementation ' com.google.dagger:dagger:2.23.2'
69
+ annotationProcessor ' com.google.dagger:dagger-compiler:2.23.2'
70
70
71
71
72
- compileOnly ' javax.annotation:jsr250-api:1.0'
72
+ compileOnly ' javax.annotation:jsr250-api:1.0'
73
73
74
74
}
0 commit comments