Skip to content

Commit 282aba3

Browse files
authored
Merge pull request #6 from flutter-rb/homepage_update
2022-06-30 v. 1.0.1: updated homepage
2 parents 25e369f + 25ba650 commit 282aba3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## About
44

5-
Gradle plugin for [flutter_rb](https://github.com/fartem/flutter-rb).
5+
Gradle plugin for [flutter_rb](https://github.com/flutter-rb/flutter-rb).
66

77
## How to use
88

9-
This plugin needs for [flutter_rb](https://github.com/fartem/flutter-rb). Just implement it to your library and use `flutter_rb`.
9+
This plugin needs for [flutter_rb](https://github.com/flutter-rb/flutter-rb). Just implement it to your library and use `flutter_rb`.
1010

1111
### Implementation
1212

@@ -21,15 +21,15 @@ buildscript {
2121
2222
dependencies {
2323
// Other dependencies
24-
classpath 'com.github.fartem:flutter-rb-gradle-plugin:1.0.1'
24+
classpath 'com.github.flutter-rb:flutter-rb-gradle-plugin:1.0.1'
2525
}
2626
}
2727
2828
apply plugin: 'com.smlnskgmail.jaman.flutterrb'
2929
3030
dependencies {
3131
// Other dependencies
32-
implementation 'com.github.fartem:flutter-rb-gradle-plugin:1.0.1'
32+
implementation 'com.github.flutter-rb:flutter-rb-gradle-plugin:1.0.1'
3333
}
3434
```
3535

0 commit comments

Comments
 (0)