Skip to content

Commit

Permalink
Fixed BuildConfig import + new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Kapusta authored and Grzegorz Kapusta committed Aug 17, 2017
1 parent e76902f commit 1413ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "pl.pola_app"
minSdkVersion 16
targetSdkVersion 25
versionCode 23
versionName "1.5.1"
versionCode 24
versionName "1.5.2"
}

signingConfigs {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/java/pl/pola_app/helpers/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

import android.content.res.Resources;
import android.os.Build;
import android.support.compat.BuildConfig;
import android.text.TextUtils;

import pl.pola_app.BuildConfig;

public class Utils {
public static final String URL_POLA_ABOUT = "https://www.pola-app.pl/m/about";
public static final String URL_POLA_METHOD = "https://www.pola-app.pl/m/method";
Expand Down

0 comments on commit 1413ef7

Please sign in to comment.