diff --git a/lib/src/openlp_mobile_remote_app.dart b/lib/src/openlp_mobile_remote_app.dart index 65ec79a..966858a 100644 --- a/lib/src/openlp_mobile_remote_app.dart +++ b/lib/src/openlp_mobile_remote_app.dart @@ -21,8 +21,8 @@ // DEALINGS IN THE SOFTWARE. import 'package:flutter/material.dart'; -import 'package:openlp_remote/src/configurations/app_localizations.dart'; +import 'configurations/app_localizations.dart'; import 'widgets/bottom_navigation_bar.dart'; import 'widgets/search_floating_button.dart'; import 'screens/service_list_view.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index d138c7d..6d35229 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,8 +20,8 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -name: openlp_remote -description: A new Flutter project. +name: openlp_mobile_remote +description: The OpenLP mobile remote. version: 1.0.0+1