Skip to content

Commit

Permalink
fix/chore: bump version to v0.1.1 and fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
IllusionMan1212 committed Mar 5, 2022
1 parent 234b82d commit 386d169
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 39 deletions.
3 changes: 1 addition & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ android {
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.illusionware.lyricsgrabbr.lyricsgrabbr"
applicationId "com.illusionware.lyricsgrabbr"
minSdkVersion 23
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.illusionware.lyricsgrabbr.lyricsgrabbr">
package="com.illusionware.lyricsgrabbr">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.illusionware.lyricsgrabbr.lyricsgrabbr">
package="com.illusionware.lyricsgrabbr">

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.illusionware.lyricsgrabbr.lyricsgrabbr
package com.illusionware.lyricsgrabbr

import android.content.Intent
import android.os.Bundle
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.illusionware.lyricsgrabbr.lyricsgrabbr
package com.illusionware.lyricsgrabbr

import android.app.Notification
import android.app.NotificationChannel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.illusionware.lyricsgrabbr.lyricsgrabbr
package com.illusionware.lyricsgrabbr

import io.flutter.plugin.common.EventChannel.StreamHandler
import io.flutter.plugin.common.EventChannel.EventSink
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/profile/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.illusionware.lyricsgrabbr.lyricsgrabbr">
package="com.illusionware.lyricsgrabbr">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.1.0+1
version: 0.1.1+1

environment:
sdk: ">=2.16.1 <3.0.0"
Expand Down
30 changes: 0 additions & 30 deletions test/widget_test.dart

This file was deleted.

0 comments on commit 386d169

Please sign in to comment.