Skip to content

Commit

Permalink
Update build.gradle (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Lopez authored Feb 25, 2023
1 parent ab4a6dd commit c1391da
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ plugins {
}

android {
signingConfigs {
release {
storeFile file('C:\\Users\\tylop\\Downloads\\activityArt.jks')
storePassword '960960'
keyAlias 'key0'
keyPassword '960960'
}
}
compileSdk 33

defaultConfig {
Expand All @@ -33,8 +25,7 @@ android {
vectorDrawables {
useSupportLibrary true
}
signingConfig signingConfigs.release
proguardFiles getDefaultProguardFile('proguard-android.txt')
signingConfig signingConfigs.debug
}

buildTypes {
Expand Down

0 comments on commit c1391da

Please sign in to comment.