Skip to content

Commit 5adaed7

Browse files
committed
Update build.gradle
1 parent e60553a commit 5adaed7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/build.gradle

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

33
android {
4-
compileSdkVersion 32
5-
buildToolsVersion '32.0.0'
4+
compileSdk 34
5+
buildToolsVersion '34.0.0'
66
defaultConfig {
77
applicationId "com.gemilepus.schoolmap"
88
minSdkVersion 24
9-
targetSdkVersion 32
9+
targetSdkVersion 33
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
@@ -22,14 +22,14 @@ android {
2222
dependencies {
2323
implementation fileTree(dir: 'libs', include: ['*.jar'])
2424

25-
implementation 'androidx.appcompat:appcompat:1.4.2'
25+
implementation 'androidx.appcompat:appcompat:1.6.1'
2626
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
27-
implementation 'androidx.recyclerview:recyclerview:1.2.1'
27+
implementation 'androidx.recyclerview:recyclerview:1.3.2'
2828
implementation 'androidx.cardview:cardview:1.0.0'
2929
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'
3131

32-
implementation 'androidx.work:work-runtime:2.7.1'
32+
implementation 'androidx.work:work-runtime:2.8.1'
3333

3434
implementation 'com.qozix:tileview:2.2.7'
3535
implementation 'net.objecthunter:exp4j:0.4.8'

0 commit comments

Comments
 (0)