File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
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
5
- buildToolsVersion ' 32 .0.0'
4
+ compileSdk 34
5
+ buildToolsVersion ' 34 .0.0'
6
6
defaultConfig {
7
7
applicationId " com.gemilepus.schoolmap"
8
8
minSdkVersion 24
9
- targetSdkVersion 32
9
+ targetSdkVersion 33
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
@@ -22,14 +22,14 @@ android {
22
22
dependencies {
23
23
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
24
24
25
- implementation ' androidx.appcompat:appcompat:1.4.2 '
25
+ implementation ' androidx.appcompat:appcompat:1.6.1 '
26
26
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
27
- implementation ' androidx.recyclerview:recyclerview:1.2.1 '
27
+ implementation ' androidx.recyclerview:recyclerview:1.3.2 '
28
28
implementation ' androidx.cardview:cardview:1.0.0'
29
29
implementation " androidx.viewpager2:viewpager2:1.0.0"
30
- implementation ' com.google.android.material:material:1.6.1 '
30
+ implementation ' com.google.android.material:material:1.10.0 '
31
31
32
- implementation ' androidx.work:work-runtime:2.7 .1'
32
+ implementation ' androidx.work:work-runtime:2.8 .1'
33
33
34
34
implementation ' com.qozix:tileview:2.2.7'
35
35
implementation ' net.objecthunter:exp4j:0.4.8'
You can’t perform that action at this time.
0 commit comments