diff --git a/app/build.gradle b/app/build.gradle index 69815d81..dde51c6c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 } diff --git a/debug_gradle.properties b/debug_gradle.properties index d0a4ec6a..d517303a 100644 --- a/debug_gradle.properties +++ b/debug_gradle.properties @@ -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 \ No newline at end of file