File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
2828apply plugin: 'com.smlnskgmail.jaman.flutterrb'
2929
3030dependencies {
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
You can’t perform that action at this time.
0 commit comments