Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonIT committed Mar 3, 2020
1 parent 2d6803e commit 4eac9c7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
applicationId "com.papierkram.timetracker"
minSdkVersion 18
targetSdkVersion 29
versionCode 13
versionCode 14
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
22 changes: 18 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ packages:
name: package_config
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.9.1"
package_info:
dependency: transitive
description:
Expand Down Expand Up @@ -456,7 +456,21 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.1"
version: "1.6.4"
path_provider_macos:
dependency: transitive
description:
name: path_provider_macos
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
pedantic:
dependency: transitive
description:
Expand Down Expand Up @@ -601,7 +615,7 @@ packages:
name: stream_transform
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
string_scanner:
dependency: transitive
description:
Expand Down Expand Up @@ -715,5 +729,5 @@ packages:
source: hosted
version: "2.2.0"
sdks:
dart: ">=2.6.0 <3.0.0"
dart: ">=2.7.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: timetracker
description: Papierkram.de - TimeTracker as flutter app

version: 1.5.3
version: 1.5.4

environment:
sdk: ">=2.2.2 <3.0.0"
Expand Down

0 comments on commit 4eac9c7

Please sign in to comment.