Skip to content

Commit

Permalink
Removed build scripts, updated android version code
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarct committed Jul 13, 2021
1 parent 3e98e68 commit 47f63d0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.
2 changes: 0 additions & 2 deletions scripts/android/build_debug.sh

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/android/build_release.sh

This file was deleted.

7 changes: 2 additions & 5 deletions src-capacitor/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.paytaca.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 20
versionName "0.2.0-build0001"
versionCode 22
versionName "v0.2.0-build0001"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand All @@ -18,9 +18,6 @@ android {
buildTypes {
release {
minifyEnabled false
shrinkResources false
zipAlignEnabled true
debuggable true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down
Binary file modified src/assets/paytaca_logo_padded.png
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 47f63d0

Please sign in to comment.