Skip to content

Commit

Permalink
Merge pull request #135 from dcrebbin/fix/android-namespace-requirement
Browse files Browse the repository at this point in the history
Added namespace to fix build error
  • Loading branch information
0maru authored May 15, 2024
2 parents 1a48c56 + 9ecd17c commit 1c07502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'com.maru.twitter_login'
compileSdkVersion 31

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: twitter_login
description: Flutter Twitter Login Plugin. Library for login with Twitter APIs OAuth service

version: 4.4.2
version: 4.4.3

homepage: https://twitter.com/0maru_dev
repository: https://github.com/0maru/twitter_login
Expand Down

0 comments on commit 1c07502

Please sign in to comment.