mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
4393d69ba0
commit
dcf1bcda60
|
@ -30,6 +30,5 @@
|
|||
<option name="resolveModulePerSourceSet" value="false" />
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
<option name="offlineMode" value="true" />
|
||||
</component>
|
||||
</project>
|
|
@ -130,7 +130,7 @@ dependencies {
|
|||
implementation 'com.coolerfall:android-http-download-manager:1.6.3'
|
||||
implementation 'com.github.intelligo-systems:slight:1.1.3'
|
||||
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 "net.zetetic:android-database-sqlcipher:4.4.3"
|
||||
implementation "androidx.sqlite:sqlite-ktx:2.1.0"
|
||||
|
@ -139,7 +139,7 @@ dependencies {
|
|||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
|
||||
implementation 'com.google.android.material:material:1.4.0'
|
||||
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 */
|
||||
|
@ -151,7 +151,7 @@ android.applicationVariants.all { variant ->
|
|||
if (buildType == project.ext.buildType) {
|
||||
def baseVersionCode = project.ext.vcode
|
||||
|
||||
variant.outputs.each { output ->
|
||||
/*variant.outputs.each { output ->
|
||||
def abi = output.getFilter(OutputFile.ABI)
|
||||
|
||||
def versionCodeOverride = baseVersionCode
|
||||
|
@ -168,6 +168,6 @@ android.applicationVariants.all { variant ->
|
|||
}
|
||||
|
||||
output.versionCodeOverride = versionCodeOverride
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
/* Version */
|
||||
project.ext.vname = 'Build | Dark-Origin 1.4.8.2'
|
||||
project.ext.vcode = 265
|
||||
project.ext.vname = 'Build | Dark-Origin 1.4.8.6'
|
||||
project.ext.vcode = 285
|
||||
project.ext.buildType = 'release'
|
||||
|
||||
/* dimension */
|
||||
|
|
Loading…
Reference in New Issue