Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit f926879

Browse files
committed
La til applicationId for å hindre feil med PackageManagerException ref labs
1 parent 11b9433 commit f926879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Digipost/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ dependencies {
3535

3636
android {
3737
defaultConfig {
38-
versionCode 31
39-
versionName '2.8.2'
40-
38+
versionCode 32
39+
versionName '2.8.3'
40+
applicationId = "no.digipost.android"
4141
minSdkVersion 16
4242
targetSdkVersion 23
4343
useLibrary 'org.apache.http.legacy'

0 commit comments

Comments
 (0)