Skip to content

Commit

Permalink
Incremented targetApi to 33
Browse files Browse the repository at this point in the history
MOB-2970
  • Loading branch information
Pelkar committed Mar 21, 2024
1 parent f4ec62c commit da1545b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'org.jetbrains.kotlin.android'

android {
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.glia.exampleapp"
minSdkVersion 24
targetSdkVersion 31
targetSdkVersion 33
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions widgetssdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ apply plugin: 'kotlin-parcelize'
apply plugin: 'app.cash.paparazzi'

android {
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion "30.0.3"
defaultPublishConfig "debug"
namespace 'com.glia.widgets'
defaultConfig {
minSdkVersion 24
targetSdkVersion 31
targetSdkVersion 33
versionCode widgetsVersionCode
versionName widgetsVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da1545b

Please sign in to comment.