Skip to content

Commit 03cafed

Browse files
committed
bump dependencies version
1 parent bfc7d5d commit 03cafed

5 files changed

Lines changed: 35 additions & 30 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'kotlin-kapt'
55
id 'dagger.hilt.android.plugin'
66
id 'kotlin-parcelize'
7-
//id 'com.google.gms.google-services'
8-
//id 'com.google.firebase.crashlytics'
7+
// id 'com.google.gms.google-services'
8+
// id 'com.google.firebase.crashlytics'
99
}
1010

1111
android {
@@ -51,11 +51,11 @@ android {
5151
dependencies {
5252
implementation project(path: ':core')
5353

54-
implementation 'com.google.dagger:hilt-android:2.38.1'
55-
kapt 'com.google.dagger:hilt-compiler:2.38.1'
54+
implementation 'com.google.dagger:hilt-android:2.44'
55+
kapt 'com.google.dagger:hilt-compiler:2.44'
5656

5757
kapt 'com.github.bumptech.glide:compiler:4.12.0'
58-
kapt 'androidx.room:room-compiler:2.4.2'
58+
kapt 'androidx.room:room-compiler:2.4.3'
5959

6060
testImplementation 'junit:junit:4.+'
6161
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

build.gradle

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
repositories {
4-
google()
5-
mavenCentral()
6-
maven { url 'https://jitpack.io' }
7-
}
83
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.1.2'
10-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
11-
classpath "com.google.dagger:hilt-android-gradle-plugin:2.38.1"
12-
classpath "com.google.gms:google-services:4.3.10"
13-
classpath "com.google.firebase:firebase-crashlytics-gradle:2.8.1"
4+
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
145
// NOTE: Do not place your application dependencies here; they belong
156
// in the individual module build.gradle files
167
}
178
}
189

10+
plugins {
11+
id 'com.android.application' version '7.3.1' apply false
12+
id 'com.android.library' version '7.3.1' apply false
13+
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
14+
id "com.google.gms.google-services" version "4.3.14" apply false
15+
id 'com.google.dagger.hilt.android' version '2.44' apply false
16+
}
17+
1918
task clean(type: Delete) {
2019
delete rootProject.buildDir
2120
}

core/build.gradle

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ android {
4444
dependencies {
4545

4646
/* Basic Android */
47-
api 'androidx.appcompat:appcompat:1.4.2'
47+
api 'androidx.appcompat:appcompat:1.5.1'
4848
api 'androidx.constraintlayout:constraintlayout:2.1.4'
4949
api 'androidx.core:core-ktx:1.8.0'
50-
api 'androidx.exifinterface:exifinterface:1.3.3'
51-
api 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
52-
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
50+
api 'androidx.exifinterface:exifinterface:1.3.5'
51+
api 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
52+
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
5353
api 'androidx.security:security-crypto:1.1.0-alpha01'
5454

5555
/* Basic Component */
@@ -60,19 +60,19 @@ dependencies {
6060
api 'org.greenrobot:eventbus:3.2.0'
6161

6262
/* Glide */
63-
api 'com.github.bumptech.glide:glide:4.13.1'
63+
api 'com.github.bumptech.glide:glide:4.13.2'
6464
kapt 'com.github.bumptech.glide:compiler:4.12.0'
6565
api ('com.github.bumptech.glide:okhttp3-integration:4.12.0') {
6666
exclude group: 'glide-parent'
6767
}
6868

6969
/* Basic Google */
70-
api 'com.google.android.material:material:1.6.1'
71-
api 'com.google.code.gson:gson:2.9.0'
70+
api 'com.google.android.material:material:1.7.0'
71+
api 'com.google.code.gson:gson:2.9.1'
7272

7373
/* Location */
74-
api 'com.google.android.gms:play-services-location:20.0.0'
75-
api 'com.google.android.gms:play-services-maps:18.0.2'
74+
api 'com.google.android.gms:play-services-location:21.0.1'
75+
api 'com.google.android.gms:play-services-maps:18.1.0'
7676
api 'com.google.maps.android:android-maps-utils:1.3.3'
7777

7878
/* Networking */
@@ -81,9 +81,8 @@ dependencies {
8181
api 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2'
8282

8383
/* Room */
84-
api 'androidx.room:room-runtime:2.4.2'
85-
api 'androidx.room:room-ktx:2.4.2'
86-
kapt 'androidx.room:room-compiler:2.4.2'
84+
api 'androidx.room:room-ktx:2.4.3'
85+
kapt 'androidx.room:room-compiler:2.4.3'
8786

8887
/* Firebase */
8988
api platform('com.google.firebase:firebase-bom:29.2.0')
@@ -111,7 +110,7 @@ afterEvaluate {
111110
from components.release
112111
groupId = 'com.github.crocodic-studio'
113112
artifactId = 'AndroidCoreProject'
114-
version = '4.0.5'
113+
version = '4.0.6'
115114
}
116115
}
117116
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Jan 24 10:39:13 WIB 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
pluginManagement {
2+
repositories {
3+
gradlePluginPortal()
4+
google()
5+
mavenCentral()
6+
}
7+
}
18
dependencyResolutionManagement {
29
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
310
repositories {
@@ -9,4 +16,4 @@ dependencyResolutionManagement {
916
}
1017
rootProject.name = "AndroidCore"
1118
include ':app'
12-
include ':core'
19+
include ':core'

0 commit comments

Comments
 (0)