Compare commits
2 Commits
293e80a9b6
...
33d5b708b7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
33d5b708b7 | ||
![]() |
030b9aceda |
@ -80,7 +80,7 @@ android {
|
|||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 100
|
versionCode 100
|
||||||
versionName "2.41"
|
versionName "2.50"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
missingDimensionStrategy 'react-native-camera', 'general'
|
missingDimensionStrategy 'react-native-camera', 'general'
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
@ -12,7 +12,7 @@
|
|||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 100,
|
"versionCode": 100,
|
||||||
"versionName": "2.41",
|
"versionName": "2.50",
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -7,8 +7,8 @@ buildscript {
|
|||||||
buildToolsVersion = "33.0.0"
|
buildToolsVersion = "33.0.0"
|
||||||
minSdkVersion = 21
|
minSdkVersion = 21
|
||||||
kotlinVersion = "1.9.0"
|
kotlinVersion = "1.9.0"
|
||||||
compileSdkVersion = 33
|
compileSdkVersion = 35
|
||||||
targetSdkVersion = 33
|
targetSdkVersion = 35
|
||||||
REACT_NATIVE_VERSION = "0.72.6"
|
REACT_NATIVE_VERSION = "0.72.6"
|
||||||
facebookSdkVersion = "13.1.0"
|
facebookSdkVersion = "13.1.0"
|
||||||
|
|
||||||
|
@ -339,7 +339,7 @@ const MainTitle = connect(state => ({
|
|||||||
<Text style={{ fontSize: 16, color: '#FFFFFF', marginLeft: 10, marginTop: 3, marginBottom: 5 }}>{t('charoensin_asset')} {projectName}</Text>
|
<Text style={{ fontSize: 16, color: '#FFFFFF', marginLeft: 10, marginTop: 3, marginBottom: 5 }}>{t('charoensin_asset')} {projectName}</Text>
|
||||||
</View>
|
</View>
|
||||||
<View>
|
<View>
|
||||||
<Text style={{color: 'white'}}>3.0</Text>
|
<Text style={{color: 'white'}}>2.0</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user