update
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
apply plugin: "com.android.application"
|
||||
apply plugin: "org.jetbrains.kotlin.android"
|
||||
apply plugin: "com.facebook.react"
|
||||
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
|
||||
|
||||
/**
|
||||
* This is the configuration block to customize your React Native Android app.
|
||||
@@ -86,8 +85,8 @@ android {
|
||||
applicationId "uz.felix.cpost"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 3
|
||||
versionName "0.3"
|
||||
versionCode 4
|
||||
versionName "0.4"
|
||||
multiDexEnabled true
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
||||
BIN
android/app/src/main/assets/fonts/GolosText-Black.ttf
Normal file
BIN
android/app/src/main/assets/fonts/GolosText-Black.ttf
Normal file
Binary file not shown.
BIN
android/app/src/main/assets/fonts/GolosText-Bold.ttf
Normal file
BIN
android/app/src/main/assets/fonts/GolosText-Bold.ttf
Normal file
Binary file not shown.
BIN
android/app/src/main/assets/fonts/GolosText-ExtraBold.ttf
Normal file
BIN
android/app/src/main/assets/fonts/GolosText-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
android/app/src/main/assets/fonts/GolosText-Medium.ttf
Normal file
BIN
android/app/src/main/assets/fonts/GolosText-Medium.ttf
Normal file
Binary file not shown.
BIN
android/app/src/main/assets/fonts/GolosText-Regular.ttf
Normal file
BIN
android/app/src/main/assets/fonts/GolosText-Regular.ttf
Normal file
Binary file not shown.
BIN
android/app/src/main/assets/fonts/GolosText-SemiBold.ttf
Normal file
BIN
android/app/src/main/assets/fonts/GolosText-SemiBold.ttf
Normal file
Binary file not shown.
29
android/link-assets-manifest.json
Normal file
29
android/link-assets-manifest.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"migIndex": 1,
|
||||
"data": [
|
||||
{
|
||||
"path": "assets/fonts/GolosText-Black.ttf",
|
||||
"sha1": "e6722eaddeeabed103be8b1118c6f95df427fa8b"
|
||||
},
|
||||
{
|
||||
"path": "assets/fonts/GolosText-Bold.ttf",
|
||||
"sha1": "551718ded281a8d4183a6177ae49c3253721a430"
|
||||
},
|
||||
{
|
||||
"path": "assets/fonts/GolosText-ExtraBold.ttf",
|
||||
"sha1": "f2f3712a3f91ebe32524efa14df5d832b65c3409"
|
||||
},
|
||||
{
|
||||
"path": "assets/fonts/GolosText-Medium.ttf",
|
||||
"sha1": "f984e30c8b0362809380a6c36a11dd219fa4e4ca"
|
||||
},
|
||||
{
|
||||
"path": "assets/fonts/GolosText-Regular.ttf",
|
||||
"sha1": "48870644b5ac1f213fe5422ade65f3e3163b1ae0"
|
||||
},
|
||||
{
|
||||
"path": "assets/fonts/GolosText-SemiBold.ttf",
|
||||
"sha1": "f9c8af5f76e6fdf4ce77eac72ea5fadf296ecefc"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user