Skip to content

Commit

Permalink
updated target sdk version to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaK2905 committed Oct 12, 2024
1 parent 58bf675 commit 76968ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ android {
buildConfigField "String", "API_KEY", "\"localProperties.getProperty('apiKey')\""
applicationId "org.hackillinois.android"
minSdkVersion 23
targetSdkVersion 33
versionCode 62
versionName "2024.3.1"
targetSdkVersion 34
versionCode 63
versionName "2024.10.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand All @@ -51,6 +51,7 @@ android {
applicationIdSuffix ".release"
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.debug
if (isRunningOnTravis) {
signingConfig signingConfigs.release
}
Expand Down

0 comments on commit 76968ac

Please sign in to comment.