File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 32
4
+ compileSdkVersion 33
5
5
defaultConfig {
6
6
applicationId " com.minar.randomix"
7
7
minSdkVersion 23
8
- targetSdkVersion 32
8
+ targetSdkVersion 33
9
9
versionCode 37
10
10
versionName " 2.2"
11
11
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -29,8 +29,8 @@ dependencies {
29
29
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
30
30
implementation ' com.google.android.material:material:1.7.0-alpha03'
31
31
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 "
34
34
implementation " androidx.preference:preference:1.2.0"
35
35
implementation ' com.github.AppIntro:AppIntro:6.0.0'
36
36
implementation ' com.google.code.gson:gson:2.9.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
mavenCentral()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:7.2.1 '
10
+ classpath ' com.android.tools.build:gradle:7.2.2 '
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
13
13
}
You can’t perform that action at this time.
0 commit comments