Skip to content

Commit

Permalink
#62 Change package name and icon for debug versions (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
albu-razvan authored Dec 7, 2024
2 parents a71a4a2 + 7af9915 commit bbfc614
Show file tree
Hide file tree
Showing 7 changed files with 342 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .idea/assetWizardSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 1 addition & 14 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules/app/stario.app.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ android {
applicationId 'com.stario.launcher'
minSdkVersion 28
targetSdkVersion 34
versionCode 85
versionName '2.4 (Alpha)'
versionCode 86
versionName '2.5 (Alpha)'
resourceConfigurations += ["en"]
}
buildTypes {
debug {
debuggable true
applicationIdSuffix ".debug"
}
release {
debuggable false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
"proguard-rules.txt"
}
debug {
debuggable true
applicationIdSuffix ".debug"
}
}
sourceSets {
main {
Expand Down
312 changes: 312 additions & 0 deletions app/src/debug/res/drawable/ic_launcher_background.xml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

0 comments on commit bbfc614

Please sign in to comment.