mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
committing public keystore passwords & alias
This commit is contained in:
parent
7a22567dc9
commit
ecda70e02c
@ -30,7 +30,6 @@ android {
|
||||
targetSdkVersion 26
|
||||
versionCode 320
|
||||
versionName "3.2.0"
|
||||
signingConfig signingConfigs.signing
|
||||
buildConfigString "GITHUB_CLIENT_ID", (buildProperties.secrets['github_client_id'] | buildProperties.notThere['github_client_id']).string
|
||||
buildConfigString "GITHUB_SECRET", (buildProperties.secrets['github_secret'] | buildProperties.notThere['github_secret']).string
|
||||
buildConfigString "IMGUR_CLIENT_ID", (buildProperties.secrets['imgur_client_id'] | buildProperties.notThere['imgur_client_id']).string
|
||||
@ -50,9 +49,11 @@ android {
|
||||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources false
|
||||
signingConfig signingConfigs.signing
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
signingConfig signingConfigs.signing
|
||||
applicationIdSuffix ".debug"
|
||||
versionNameSuffix "-debug"
|
||||
ext.alwaysUpdateBuildId = false
|
||||
@ -136,7 +137,7 @@ dependencies {
|
||||
implementation 'com.github.GrenderG:Toasty:1.1.3'
|
||||
implementation 'com.github.JediBurrell:MaterialTapTargetPrompt:-SNAPSHOT'
|
||||
implementation 'com.github.k0shk0sh:RetainedDateTimePickers:1.0.2'
|
||||
implementation 'com.github.k0shk0sh:material-about-library:master-SNAPSHOT'
|
||||
implementation 'com.github.daniel-stoneuk:material-about-library:2.1.0'
|
||||
implementation "io.requery:requery:${requery}"
|
||||
implementation "io.requery:requery-android:${requery}"
|
||||
implementation('com.mikepenz:aboutlibraries:5.9.5@aar') { transitive = true }
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
# Below API Keys are meant for debugging purpose & they aren't being used in production.
|
||||
org.gradle.jvmargs=-Xmx2536M
|
||||
android_store_password=PASSWORD
|
||||
android_key_password=PASSWORD
|
||||
android_key_alias=ALIAS
|
||||
android_store_password=kosh2010
|
||||
android_key_password=kosh2010
|
||||
android_key_alias=FastAccess
|
||||
github_client_id=473e333123519beadd63
|
||||
github_secret=b2d158f949d3615078eaf570ff99eba81cfa1ff9
|
||||
imgur_client_id=5fced7f255e1dc9
|
||||
imgur_secret=03025033403196a4b68b48f0738e67ef136ad64f
|
||||
redirect_url=fasthub://login
|
||||
redirect_url=fasthub://login
|
||||
Loading…
x
Reference in New Issue
Block a user