Skip to content

Commit

Permalink
Working version as of July 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
yuranos committed Jul 22, 2019
1 parent dc803ca commit b8a12f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
8 changes: 0 additions & 8 deletions core/lib/src/tmdb_config.dart.sample

This file was deleted.

2 changes: 1 addition & 1 deletion mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion mobile/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
10 changes: 6 additions & 4 deletions web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ environment:
dependencies:
core:
path: ../core
angular: ^5.0.0
angular: ^5.3.0
# angular_components: ^0.13.0
angular_router: ^2.0.0-alpha+19
key_value_store_web: ^1.0.0
pwa: ^0.1.11

dev_dependencies:
angular_test: ^2.0.0
build_runner: ^0.10.0
angular_test: ^2.2.0
build_runner: '>=1.3.0 <2.0.0'
build_web_compilers: '>=1.2.0 <3.0.0'
build_daemon: ^1.0.0
build_test: ^0.10.3
build_web_compilers: ^0.4.1
sass_builder: ^2.1.1
test: ^1.3.0

0 comments on commit b8a12f6

Please sign in to comment.