This commit is contained in:
Rahul Kumar Patel
2021-06-29 18:07:20 +05:30
parent f2eb813938
commit 6a9f28dd0f
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
Changelog : v4.0.6 (37)
• Removed promotional apps
• Fixed background update/install issues
• Bug fixes & improvements
• Updated Translations
Changelog : v4.0.5 (36)
• Add optional promotional apps
• Bug fixes & improvements

View File

@@ -31,8 +31,8 @@ android {
minSdkVersion 19
targetSdkVersion 30
versionCode 36
versionName "4.0.5"
versionCode 37
versionName "4.0.6"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
@@ -169,7 +169,7 @@ dependencies {
implementation "com.github.topjohnwu.libsu:core:${versions.libsu}"
//Love <3
api("com.gitlab.AuroraOSS:gplayapi:aa90467826")
api("com.gitlab.AuroraOSS:gplayapi:0e224071f3")
}
Properties props = new Properties()