Skip to content

Commit

Permalink
Atualiza a versão
Browse files Browse the repository at this point in the history
  • Loading branch information
migeyel committed May 23, 2023
1 parent 60829ad commit d895193
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,17 @@ import {
import Links from "./screens/dashboardScreens/Links";
import * as Sentry from "sentry-expo";
import RuSyncScreen from "./screens/dashboardScreens/RuSyncScreen";
import Constants from "expo-constants";
import * as Application from "expo-application";

Sentry.init({
dsn: "https://c1a9d3d02d424eaa91ee720bd5225f83@o4505104445079552.ingest.sentry.io/4505104464805888",
enableInExpoDevelopment: false,
debug: __DEV__,
dist: Application.nativeBuildVersion,
release: Constants.expoConfig.android.package +
"@" + Constants.expoConfig.version +
"+" + Constants.expoConfig.android.versionCode.toString(),
});

if (
Expand Down
4 changes: 2 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
name: "UFSCar Planner",
owner: "petbccufscar",
slug: "ufscar-planner",
version: "1.5.0",
version: "1.5.1",
orientation: "portrait",
icon: "./assets/icon.png",
splash: {
Expand Down Expand Up @@ -38,7 +38,7 @@ module.exports = {
backgroundColor: "#E8243C",
},
package: "com.pet.ufscarplanner",
versionCode: 14,
versionCode: 15,
permissions: [
"RECEIVE_BOOT_COMPLETED",
],
Expand Down

0 comments on commit d895193

Please sign in to comment.