Bug Fixes

Bug Fixes
master
Abdul Mannan Saeed 2021-10-03 04:22:57 -07:00
parent 4393d69ba0
commit dcf1bcda60
3 changed files with 6 additions and 7 deletions

View File

@ -30,6 +30,5 @@
<option name="resolveModulePerSourceSet" value="false" /> <option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings> </GradleProjectSettings>
</option> </option>
<option name="offlineMode" value="true" />
</component> </component>
</project> </project>

View File

@ -130,7 +130,7 @@ dependencies {
implementation 'com.coolerfall:android-http-download-manager:1.6.3' implementation 'com.coolerfall:android-http-download-manager:1.6.3'
implementation 'com.github.intelligo-systems:slight:1.1.3' implementation 'com.github.intelligo-systems:slight:1.1.3'
implementation 'com.android.support:design:28.0.0' implementation 'com.android.support:design:28.0.0'
implementation 'com.android.volley:volley:1.2.0' implementation 'com.android.volley:volley:1.2.1'
implementation 'com.github.instacart.truetime-android:library-extension-rx:3.3' implementation 'com.github.instacart.truetime-android:library-extension-rx:3.3'
implementation "net.zetetic:android-database-sqlcipher:4.4.3" implementation "net.zetetic:android-database-sqlcipher:4.4.3"
implementation "androidx.sqlite:sqlite-ktx:2.1.0" implementation "androidx.sqlite:sqlite-ktx:2.1.0"
@ -139,7 +139,7 @@ dependencies {
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'com.google.android.material:material:1.4.0' implementation 'com.google.android.material:material:1.4.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.google.android.gms:play-services-ads:20.2.0' implementation 'com.google.android.gms:play-services-ads:20.3.0'
} }
/* Automated APK Generation */ /* Automated APK Generation */
@ -151,7 +151,7 @@ android.applicationVariants.all { variant ->
if (buildType == project.ext.buildType) { if (buildType == project.ext.buildType) {
def baseVersionCode = project.ext.vcode def baseVersionCode = project.ext.vcode
variant.outputs.each { output -> /*variant.outputs.each { output ->
def abi = output.getFilter(OutputFile.ABI) def abi = output.getFilter(OutputFile.ABI)
def versionCodeOverride = baseVersionCode def versionCodeOverride = baseVersionCode
@ -168,6 +168,6 @@ android.applicationVariants.all { variant ->
} }
output.versionCodeOverride = versionCodeOverride output.versionCodeOverride = versionCodeOverride
} }*/
} }
} }

View File

@ -1,6 +1,6 @@
/* Version */ /* Version */
project.ext.vname = 'Build | Dark-Origin 1.4.8.2' project.ext.vname = 'Build | Dark-Origin 1.4.8.6'
project.ext.vcode = 265 project.ext.vcode = 285
project.ext.buildType = 'release' project.ext.buildType = 'release'
/* dimension */ /* dimension */