Skip to content

Commit

Permalink
feat: tracking releases
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianRid committed Oct 4, 2023
1 parent 8a7863a commit 7edcaf3
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 9 deletions.
4 changes: 2 additions & 2 deletions tumeplayMobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ android {
applicationId "com.tumeplaymobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 78
versionName "1.58"
versionCode 81
versionName "1.61"
Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
manifestPlaceholders = [GOOGLE_MAP_API: "${properties.getProperty('GOOGLE_MAPS_API_KEY')}"]
Expand Down
4 changes: 2 additions & 2 deletions tumeplayMobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "21.4.7075529"
kotlinVersion = '1.6.21'
RNNKotlinVersion = kotlinVersion
Expand Down
6 changes: 3 additions & 3 deletions tumeplayMobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ PODS:
- React-Core
- react-native-version-check (3.4.3):
- React
- react-native-webview (11.17.2):
- react-native-webview (11.22.7):
- React-Core
- React-perflogger (0.67.2)
- React-RCTActionSheet (0.67.2):
Expand Down Expand Up @@ -630,7 +630,7 @@ SPEC CHECKSUMS:
react-native-maps: df7b9fca1b1c8d356fadbf5b8a63a5f8cf32fc73
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
react-native-version-check: e85c2e21d0955b7cdfd91c0ddacc3edf14b7abd7
react-native-webview: 380c1a03ec94b7ed764dac8db1e7c9952d08c93a
react-native-webview: 227ba9205abb8579116b69ea5774d9744267c65a
React-perflogger: 3c9bb7372493e49036f07a82c44c8cf65cbe88db
React-RCTActionSheet: 052606483045a408693aa7e864410b4a052f541a
React-RCTAnimation: 08d4cac13222bb1348c687a0158dfd3b577cdb63
Expand All @@ -657,4 +657,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 6b5a61fc42e3bbfcd822b08ca93ef623ed3df797

COCOAPODS: 1.12.0
COCOAPODS: 1.12.1
36 changes: 34 additions & 2 deletions tumeplayMobile/ios/tumeplayMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@
D4D6DBF5277231D6000D59E7 /* Montserrat-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A648F3C04A2D45FDA2FBB924 /* Montserrat-Medium.ttf */; };
D4D6DC1927736328000D59E7 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D4D6DC1827736328000D59E7 /* Launch Screen.storyboard */; };
EA79DFD78671415EA5CBC473 /* Montserrat-ExtraBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B45F0CBDD49940198D57CA71 /* Montserrat-ExtraBold.ttf */; };
EDD23ECB2ACAA39900A66B80 /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7649F10EDFD64E9A80AEA6C3 /* AntDesign.ttf */; };
EDD23ECC2ACAA39900A66B80 /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BD8717A1252A47BBB6F09200 /* Entypo.ttf */; };
EDD23ECD2ACAA39900A66B80 /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A9DD7070522D4403B9B46D91 /* EvilIcons.ttf */; };
EDD23ECE2ACAA39900A66B80 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0A7F933900D04E85861B63D4 /* Feather.ttf */; };
EDD23ECF2ACAA39900A66B80 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1A352F64258C4E4CA78C8756 /* FontAwesome.ttf */; };
EDD23ED02ACAA39900A66B80 /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F033A891B877452A94D37BAE /* FontAwesome5_Brands.ttf */; };
EDD23ED12ACAA39900A66B80 /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5D75D67687F343DA9D23D681 /* FontAwesome5_Regular.ttf */; };
EDD23ED22ACAA39900A66B80 /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 419A9E7755D845BBBB52FDDD /* FontAwesome5_Solid.ttf */; };
EDD23ED32ACAA39900A66B80 /* Fontisto.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 84E6925AE21C4D14813CC922 /* Fontisto.ttf */; };
EDD23ED42ACAA39900A66B80 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D6A8CD454E1B412FB56FE0D9 /* Foundation.ttf */; };
EDD23ED52ACAA39900A66B80 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9677FF54ACB9419CA31773FB /* Ionicons.ttf */; };
EDD23ED62ACAA39900A66B80 /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 38ADA9E4C64D4D289E2B233C /* MaterialCommunityIcons.ttf */; };
EDD23ED72ACAA39900A66B80 /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = ED8785EE35254126AADF5065 /* MaterialIcons.ttf */; };
EDD23ED82ACAA39900A66B80 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0F3B2C89445741F6B9D73866 /* Octicons.ttf */; };
EDD23ED92ACAA39900A66B80 /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7F1FA9A2C85C4E51823CD923 /* SimpleLineIcons.ttf */; };
EDD23EDA2ACAA39900A66B80 /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A03D74766B4A4270A0019973 /* Zocial.ttf */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -364,6 +380,22 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EDD23ECB2ACAA39900A66B80 /* AntDesign.ttf in Resources */,
EDD23ECC2ACAA39900A66B80 /* Entypo.ttf in Resources */,
EDD23ECD2ACAA39900A66B80 /* EvilIcons.ttf in Resources */,
EDD23ECE2ACAA39900A66B80 /* Feather.ttf in Resources */,
EDD23ECF2ACAA39900A66B80 /* FontAwesome.ttf in Resources */,
EDD23ED02ACAA39900A66B80 /* FontAwesome5_Brands.ttf in Resources */,
EDD23ED12ACAA39900A66B80 /* FontAwesome5_Regular.ttf in Resources */,
EDD23ED22ACAA39900A66B80 /* FontAwesome5_Solid.ttf in Resources */,
EDD23ED32ACAA39900A66B80 /* Fontisto.ttf in Resources */,
EDD23ED42ACAA39900A66B80 /* Foundation.ttf in Resources */,
EDD23ED52ACAA39900A66B80 /* Ionicons.ttf in Resources */,
EDD23ED62ACAA39900A66B80 /* MaterialCommunityIcons.ttf in Resources */,
EDD23ED72ACAA39900A66B80 /* MaterialIcons.ttf in Resources */,
EDD23ED82ACAA39900A66B80 /* Octicons.ttf in Resources */,
EDD23ED92ACAA39900A66B80 /* SimpleLineIcons.ttf in Resources */,
EDD23EDA2ACAA39900A66B80 /* Zocial.ttf in Resources */,
D4D6DC1927736328000D59E7 /* Launch Screen.storyboard in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
882B38D593C5408D9DFE419E /* Montserrat-Bold.ttf in Resources */,
Expand Down Expand Up @@ -634,7 +666,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.26;
MARKETING_VERSION = 1.27;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -665,7 +697,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.26;
MARKETING_VERSION = 1.27;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 7edcaf3

Please sign in to comment.