Skip to content

Commit

Permalink
Merge pull request #31 from amardeshbd/bugfix/release-key-config-missing
Browse files Browse the repository at this point in the history
Bugfix/release key config missing and next release
  • Loading branch information
hossain-khan authored Jul 6, 2020
2 parents 70beec7 + 81b0828 commit 971a2ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(keystorePropertiesFile.exists()) {
// https://coderwall.com/p/r09hoq/android-generate-release-debug-keystores
keystoreProperties['keyAlias']='androiddebugkey'
keystoreProperties['keyPassword']='android'
keystoreProperties['storeFile']='keystore/debug.keystore'
keystoreProperties['storeFile']='../keystore/debug.keystore'
keystoreProperties['storePassword']='android'
}

Expand All @@ -34,7 +34,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 7
versionName "1.5"
versionName "1.4"

// The authority for the `MuzeiArtProvider` and `MuzeiArtDocumentsProvider`
def hkVisionAuthorityValue = "com.hossainkhan.vision"
Expand All @@ -56,6 +56,7 @@ android {
buildTypes {
release {
minifyEnabled false
signingConfig signingConfigs.config
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down
9 changes: 9 additions & 0 deletions resources/Google-Play.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ https://github.com/amardeshbd/android-hk-vision-muzei-plugin/releases

#### Changelog

#### v1.4
- Updated to Muzei plugin 3.4-alpha3
- Target Android 11
- Send H.K. Vision images to anywhere using Android OS file picker

#### v1.3
- Updated to Muzei plugin 3.4-alpha2
- Updated other libraries

##### v1.2
- Added Firebase Crashlytics integration to track any error loading images.

Expand Down

0 comments on commit 971a2ad

Please sign in to comment.