Skip to content

Commit 9aa2e64

Browse files
authored
Merge pull request #5 from tareksander/rewrite
Rewrite
2 parents 32328a4 + 6013e3d commit 9aa2e64

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "org.studip.unofficial_app"
1313
minSdkVersion 21
1414
targetSdkVersion 30
15-
versionCode 1
16-
versionName "0.1.2"
15+
versionCode 2
16+
versionName "0.2.0"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
signingConfig signingConfigs.'default'
@@ -41,7 +41,7 @@ dependencies {
4141

4242
implementation "com.squareup.retrofit2:retrofit:2.9.0"
4343
implementation "com.squareup.retrofit2:converter-gson:2.9.0"
44-
implementation "com.squareup.okhttp3:okhttp:4.9.0"
44+
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2'
4545
// ViewModel
4646
implementation "androidx.lifecycle:lifecycle-viewmodel:2.3.1"
4747
// LiveData
@@ -52,9 +52,9 @@ dependencies {
5252

5353
implementation "androidx.paging:paging-runtime:2.1.2"
5454

55-
implementation "androidx.room:room-runtime:2.2.6"
56-
annotationProcessor "androidx.room:room-compiler:2.2.6"
57-
implementation "androidx.room:room-rxjava2:2.2.6"
55+
implementation 'androidx.room:room-runtime:2.3.0'
56+
annotationProcessor 'androidx.room:room-compiler:2.3.0'
57+
implementation 'androidx.room:room-rxjava2:2.3.0'
5858

5959
implementation "io.reactivex.rxjava2:rxjava:2.2.9"
6060

0 commit comments

Comments
 (0)