File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ https://github.com/BoD/android-contentprovider-generator/releases/latest
124124
125125### Run the tool
126126
127- ` java -jar android_contentprovider_generator-1.9.0 -bundle.jar -i <input folder> -o <output folder> `
127+ ` java -jar android_contentprovider_generator-1.9.1 -bundle.jar -i <input folder> -o <output folder> `
128128- Input folder: where to find ` _config.json ` and your entity json files
129129- Output folder: where the resulting files will be generated
130130
@@ -224,7 +224,7 @@ You need maven to build this tool.
224224
225225`mvn package`
226226
227- This will produce `android-contentprovider-generator-1.9.0 -bundle.jar` in the `target` folder.
227+ This will produce `android-contentprovider-generator-1.9.1 -bundle.jar` in the `target` folder.
228228
229229
230230Similar tools
Original file line number Diff line number Diff line change 33
44 <groupId >org.jraf</groupId >
55 <artifactId >android_contentprovider_generator</artifactId >
6- <version >1.9.0 </version > <!-- Do not forget to update README.md and CHANGELOG.md when updating this value -->
6+ <version >1.9.1 </version > <!-- Do not forget to update README.md and CHANGELOG.md when updating this value -->
77 <packaging >jar</packaging >
88
99 <name >GenerateAndroidProvider</name >
You can’t perform that action at this time.
0 commit comments