Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 7217121

Browse files
author
LeptitGeek
committed
Fix fonts
1 parent 1f8b19d commit 7217121

File tree

8 files changed

+4
-26
lines changed

8 files changed

+4
-26
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

app/build.gradle

+4-5
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ android {
1818
signingConfigs {
1919
release {
2020
storeFile file(project.file("MyKeyStore.jks"))
21-
storePassword "MA122001170609"
22-
keyAlias "Key0"
23-
keyPassword "MA122001170609"
21+
storePassword "debug"
22+
keyAlias "debugKey"
23+
keyPassword "debug"
2424
}
2525
}
2626

2727
buildTypes {
2828
release {
29-
shrinkResources true
30-
minifyEnabled true
29+
minifyEnabled false
3130
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3231
signingConfig signingConfigs.release
3332
}

app/src/debug/res/font/karla_bold.ttf

-17.4 KB
Binary file not shown.
-18.2 KB
Binary file not shown.
-18.1 KB
Binary file not shown.

app/src/main/java/com/gladysinc/gladys/MainActivity.java

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.gladysinc.gladys;
22

33
import android.content.Intent;
4-
import android.content.SharedPreferences;
54
import android.os.Bundle;
65
import android.preference.PreferenceManager;
76
import android.support.annotation.NonNull;

app/src/release/res/values/google_maps_api.xml

-20
This file was deleted.

0 commit comments

Comments
 (0)