Skip to content

Commit

Permalink
Upgrade to SDK 35.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrant committed Nov 1, 2024
1 parent 685f752 commit d7f2d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.dmitrybrant.modelviewer"
minSdk 21
targetSdk 34
targetSdk 35
versionCode 21
vectorDrawables.useSupportLibrary true
multiDexEnabled true
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.activity:activity-ktx:1.9.3'
implementation 'androidx.fragment:fragment-ktx:1.8.4'
implementation 'androidx.fragment:fragment-ktx:1.8.5'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation "io.reactivex.rxjava3:rxjava:3.1.9"
implementation "io.reactivex.rxjava3:rxandroid:3.0.2"
Expand Down

0 comments on commit d7f2d6d

Please sign in to comment.