Merge branch 'audiorecorder-1.1.35'

This commit is contained in:
Alexey Kuznetsov 2016-04-02 19:03:24 +03:00
commit 56fd02af27
2 changed files with 2 additions and 3 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 16
targetSdkVersion 23
versionCode 55
versionName "1.1.34"
versionCode 56
versionName "1.1.35"
}
signingConfigs {
release {

View file

@ -28,7 +28,6 @@ public class MainApplication extends Application {
Context context = this;
context.setTheme(getUserTheme());
Log.d("123", "color " + Integer.toHexString(ThemeUtils.getThemeColor(context, android.R.attr.textColorSecondary)));
}
public int getUserTheme() {