Compare commits
No commits in common. "33d5b708b7c2a410ea5c9ee80f47107767c277eb" and "293e80a9b6046ab0ab7e09403bbd19310baf02d8" have entirely different histories.
33d5b708b7
...
293e80a9b6
@ -80,7 +80,7 @@ android {
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 100
|
||||
versionName "2.50"
|
||||
versionName "2.41"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
missingDimensionStrategy 'react-native-camera', 'general'
|
||||
}
|
||||
|
Binary file not shown.
@ -12,7 +12,7 @@
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 100,
|
||||
"versionName": "2.50",
|
||||
"versionName": "2.41",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
],
|
||||
|
@ -7,8 +7,8 @@ buildscript {
|
||||
buildToolsVersion = "33.0.0"
|
||||
minSdkVersion = 21
|
||||
kotlinVersion = "1.9.0"
|
||||
compileSdkVersion = 35
|
||||
targetSdkVersion = 35
|
||||
compileSdkVersion = 33
|
||||
targetSdkVersion = 33
|
||||
REACT_NATIVE_VERSION = "0.72.6"
|
||||
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>
|
||||
</View>
|
||||
<View>
|
||||
<Text style={{color: 'white'}}>2.0</Text>
|
||||
<Text style={{color: 'white'}}>3.0</Text>
|
||||
</View>
|
||||
</View>
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user