Skip to content

Commit

Permalink
Merge pull request #18 from Kymoraa/SCA-424
Browse files Browse the repository at this point in the history
SCA-424: Adds Isiolo Clone APK flavor | wrapper v1.0.1
  • Loading branch information
Kymoraa authored Sep 25, 2023
2 parents af4a0e7 + 4d99e79 commit 1e2173f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,12 @@ android {
dimension = 'brand'
applicationId = 'org.livinggoods.vihiga.production.ke'
}


livinggoods_ke_isiolo_clone {
dimension = 'brand'
applicationId = 'org.livinggoods.isiolo.clone.ke'
}

}

splits {
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/livinggoods_ke_isiolo_clone/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">LG Isiolo Clone</string>
<string name="app_host">isiolo-prod-clone1-sca20.lg-apps.com</string>
</resources>

0 comments on commit 1e2173f

Please sign in to comment.