Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 88e32dc

Browse files
committed
fix android build
1 parent 5471acd commit 88e32dc

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.chirp_flutter">
2+
package="io.chirp.chirp_flutter">
33
</manifest>

android/src/main/kotlin/com/example/chirp_flutter/ChirpFlutterPlugin.kt renamed to android/src/main/kotlin/io/chirp/chirp_flutter/ChirpFlutterPlugin.kt

File renamed without changes.

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (localPropertiesFile.exists()) {
88

99
def flutterRoot = localProperties.getProperty('flutter.sdk')
1010
if (flutterRoot == null) {
11-
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
11+
throw new Exception("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
1212
}
1313

1414
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dev_dependencies:
1717

1818
flutter:
1919
plugin:
20-
androidPackage: com.example.chirp_flutter
20+
androidPackage: io.chirp.chirp_flutter
2121
pluginClass: ChirpFlutterPlugin

0 commit comments

Comments
 (0)