Skip to content

Commit

Permalink
prod: finalize v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aamir-067 committed Oct 13, 2024
1 parent 3fe241f commit 133f917
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
22 changes: 11 additions & 11 deletions ads/adIds.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import { TestIds } from "react-native-google-mobile-ads";

export const AdIds = {
appOpen: TestIds.APP_OPEN,
adaptiveBanner: TestIds.ADAPTIVE_BANNER,
Interstitial: TestIds.INTERSTITIAL,
rewarded: TestIds.REWARDED,
rewardedInterstitial: TestIds.REWARDED_INTERSTITIAL,
};

// export const AdIds = {
// appOpen: TestIds.APP_OPEN,
// adaptiveBanner: "ca-app-pub-3417831874175604/7074955178",
// Interstitial: "ca-app-pub-3417831874175604/6639064228",
// rewarded: "ca-app-pub-3417831874175604/9119216895",
// adaptiveBanner: TestIds.ADAPTIVE_BANNER,
// Interstitial: TestIds.INTERSTITIAL,
// rewarded: TestIds.REWARDED,
// rewardedInterstitial: TestIds.REWARDED_INTERSTITIAL,
// };

export const AdIds = {
appOpen: TestIds.APP_OPEN,
adaptiveBanner: "ca-app-pub-3417831874175604/7074955178",
Interstitial: "ca-app-pub-3417831874175604/6639064228",
rewarded: "ca-app-pub-3417831874175604/9119216895",
rewardedInterstitial: TestIds.REWARDED_INTERSTITIAL,
};
1 change: 0 additions & 1 deletion utils/validateAppVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export const validateAppVersion = async () => {
latestAppVersion = data.data.version.split(".").join("");
}

console.log(latestAppVersion, currentVersion);
if (Number(latestAppVersion) > Number(currentVersion)) {
Alert.alert(
"Warning",
Expand Down

0 comments on commit 133f917

Please sign in to comment.