Skip to content

Commit

Permalink
Merge pull request #2 from GroovinChip/beta
Browse files Browse the repository at this point in the history
minor text update
  • Loading branch information
GroovinChip authored Dec 6, 2018
2 parents 8e336f7 + 1a2cb52 commit cdba3be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.packages
.pub/

pubspec.lock
.idea/

build/
Expand Down
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ if (flutterRoot == null) {
apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

def keystorePropertiesFile = rootProject.file("C:\\Users\\groov\\Flutter_Projects\\call_manager\\key.properties")
//def keystorePropertiesFile = rootProject.file("C:\\Users\\Reuvain\\Flutter Projects\\CallManager\\key.properties")
//def keystorePropertiesFile = rootProject.file("C:\\Users\\groov\\Flutter_Projects\\call_manager\\key.properties")
def keystorePropertiesFile = rootProject.file("C:\\Users\\Reuvain\\Flutter Projects\\CallManager\\key.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

Expand All @@ -31,8 +31,8 @@ android {
applicationId "com.groovinchip.flutter.callmanager"
minSdkVersion 16
targetSdkVersion 27
versionCode 13
versionName "1.6"
versionCode 14
versionName "1.6.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
//setProperty("archivesBaseName", applicationId + "_" + versionName)
}
Expand Down
2 changes: 1 addition & 1 deletion lib/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class _HomeScreenState extends State<HomeScreen> {
icon: Icon(Icons.add),
elevation: 2.0,
backgroundColor: Colors.blue[700],
label: Text("Add New Call"),
label: Text("New Call"),
onPressed: () {
//Navigator.of(context).pushNamed("/AddNewCallScreen");
Navigator.push(
Expand Down

0 comments on commit cdba3be

Please sign in to comment.