Commit cdbc6843 authored by Thomas's avatar Thomas
Browse files

Merge pull request 'Allow debug and release builds to be installed...

Merge pull request 'Allow debug and release builds to be installed concurrently' (#281) from nolan/Fedilab:develop into develop

Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/281
parents c108b9f2 1fcefad9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,6 +19,9 @@ android {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
        debug {
            applicationIdSuffix '.debug'
        }
    }
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
+3 −0
Original line number Diff line number Diff line
<resources>
    <string name="app_name" translatable="false">Fedilab dbg</string>
</resources>