Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 97c396e

Browse files
committed
update: build.gradle
1 parent 804f8f9 commit 97c396e

2 files changed

Lines changed: 2 additions & 25 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.70'
4+
ext.kotlin_version = '1.3.71'
55
repositories {
66
google()
77
jcenter()

frogonewsapi/build.gradle

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,48 +39,25 @@ android {
3939
dependencies {
4040
implementation fileTree(dir: 'libs', include: ['*.jar'])
4141
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
42-
implementation 'androidx.appcompat:appcompat:1.1.0'
4342
implementation 'androidx.core:core-ktx:1.2.0'
44-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
43+
4544
implementation 'com.google.code.gson:gson:2.8.6'
46-
implementation 'com.google.android.material:material:1.2.0-alpha05'
47-
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4845

4946
implementation 'com.squareup.retrofit2:retrofit:2.6.0'
5047
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.6.0'
5148
implementation 'com.squareup.retrofit2:converter-moshi:2.6.0'
5249
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
5350

54-
implementation 'com.squareup.picasso:picasso:2.71828'
5551
implementation "com.squareup.moshi:moshi:1.8.0"
5652
implementation 'com.squareup.okhttp3:okhttp:4.2.2'
5753
implementation 'com.squareup.okhttp3:logging-interceptor:4.2.2'
5854

5955
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
6056

61-
// Room components
62-
implementation "androidx.room:room-runtime:2.2.4"
63-
implementation "androidx.room:room-ktx:2.2.4"
64-
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
65-
// ViewModel Kotlin support
66-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
67-
//noinspection LifecycleAnnotationProcessorWithJava8
68-
kapt "androidx.lifecycle:lifecycle-compiler:2.2.0"
69-
70-
kapt "androidx.room:room-compiler:2.2.4"
71-
implementation "androidx.room:room-ktx:2.2.4"
72-
implementation "androidx.room:room-rxjava2:2.2.4"
73-
implementation "androidx.room:room-guava:2.2.4"
74-
testImplementation "androidx.room:room-testing:2.2.4"
75-
7657
implementation 'com.readystatesoftware.chuck:library:1.1.0'
7758

7859
testImplementation 'junit:junit:4.13'
7960
androidTestImplementation 'androidx.test:runner:1.2.0'
8061
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
8162

82-
83-
androidExtensions {
84-
experimental = true
85-
}
8663
}

0 commit comments

Comments
 (0)