Skip to content

Commit 133f917

Browse files
committed
prod: finalize v1.2.0
1 parent 3fe241f commit 133f917

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

ads/adIds.ts

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
import { TestIds } from "react-native-google-mobile-ads";
22

3-
export const AdIds = {
4-
appOpen: TestIds.APP_OPEN,
5-
adaptiveBanner: TestIds.ADAPTIVE_BANNER,
6-
Interstitial: TestIds.INTERSTITIAL,
7-
rewarded: TestIds.REWARDED,
8-
rewardedInterstitial: TestIds.REWARDED_INTERSTITIAL,
9-
};
10-
113
// export const AdIds = {
124
// appOpen: TestIds.APP_OPEN,
13-
// adaptiveBanner: "ca-app-pub-3417831874175604/7074955178",
14-
// Interstitial: "ca-app-pub-3417831874175604/6639064228",
15-
// rewarded: "ca-app-pub-3417831874175604/9119216895",
5+
// adaptiveBanner: TestIds.ADAPTIVE_BANNER,
6+
// Interstitial: TestIds.INTERSTITIAL,
7+
// rewarded: TestIds.REWARDED,
168
// rewardedInterstitial: TestIds.REWARDED_INTERSTITIAL,
179
// };
10+
11+
export const AdIds = {
12+
appOpen: TestIds.APP_OPEN,
13+
adaptiveBanner: "ca-app-pub-3417831874175604/7074955178",
14+
Interstitial: "ca-app-pub-3417831874175604/6639064228",
15+
rewarded: "ca-app-pub-3417831874175604/9119216895",
16+
rewardedInterstitial: TestIds.REWARDED_INTERSTITIAL,
17+
};

utils/validateAppVersion.ts

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export const validateAppVersion = async () => {
132132
latestAppVersion = data.data.version.split(".").join("");
133133
}
134134

135-
console.log(latestAppVersion, currentVersion);
136135
if (Number(latestAppVersion) > Number(currentVersion)) {
137136
Alert.alert(
138137
"Warning",

0 commit comments

Comments
 (0)