Skip to content

Commit

Permalink
chore: bump compile SDK version for android (#52)
Browse files Browse the repository at this point in the history
This is needed to upgrade react-native on main app repo
  • Loading branch information
CrisTofani authored Jun 14, 2024
1 parent 4ba5833 commit 0186cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'maven-publish'

android {
compileSdkVersion 29
compileSdkVersion 30

defaultConfig {
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 2
versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 0186cd9

Please sign in to comment.