Skip to content

Commit 8e3ac29

Browse files
committed
Dependencies updated
1 parent 17c4933 commit 8e3ac29

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 32
4+
compileSdkVersion 33
55
defaultConfig {
66
applicationId "com.minar.randomix"
77
minSdkVersion 23
8-
targetSdkVersion 32
8+
targetSdkVersion 33
99
versionCode 37
1010
versionName "2.2"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -29,8 +29,8 @@ dependencies {
2929
implementation fileTree(dir: 'libs', include: ['*.jar'])
3030
implementation 'com.google.android.material:material:1.7.0-alpha03'
3131
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
32-
implementation "androidx.navigation:navigation-fragment:2.5.0"
33-
implementation "androidx.navigation:navigation-ui:2.5.0"
32+
implementation "androidx.navigation:navigation-fragment:2.5.1"
33+
implementation "androidx.navigation:navigation-ui:2.5.1"
3434
implementation "androidx.preference:preference:1.2.0"
3535
implementation 'com.github.AppIntro:AppIntro:6.0.0'
3636
implementation 'com.google.code.gson:gson:2.9.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.2.1'
10+
classpath 'com.android.tools.build:gradle:7.2.2'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
1313
}

0 commit comments

Comments
 (0)