Skip to content

Commit

Permalink
Merge pull request #97 from AmericaSCORESBayArea/android-reVersioning
Browse files Browse the repository at this point in the history
changed android version
  • Loading branch information
Ignacioals authored May 14, 2021
2 parents a6caef8 + 8e255af commit 6d423c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,8 @@ android {
applicationId "com.americaScoresAttendance.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion

versionCode 8
versionName '1.6.2'
versionCode 10
versionName '1.6.2b'

missingDimensionStrategy 'react-native-camera', 'general'
manifestPlaceholders = [appAuthRedirectScheme: 'com.redirectScheme.comm']
Expand Down
3 changes: 1 addition & 2 deletions src/Activities.Screen.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, {Component} from "react";

import { Layout, Divider, List, ListItem, Icon, Text, Datepicker, Card, Button, ButtonGroup, IndexPath, Select, SelectItem} from '@ui-kitten/components';
import { ImageBackground, View, StyleSheet, RefreshControl, ScrollView , Images} from "react-native";
import { ImageBackground, View, StyleSheet, RefreshControl, ScrollView , Image} from "react-native";

import { MomentDateService } from '@ui-kitten/moment';

Expand Down

0 comments on commit 6d423c1

Please sign in to comment.