2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-22 01:48:58 +00:00

Use org.schabi.newpipe.timeago_generator as package name

This commit is contained in:
Stypox 2025-04-08 23:23:48 +02:00
parent e515252bb9
commit 1ec7d419a2
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package com.github.TeamNewPipe; package org.schabi.newpipe.timeago_generator;
import com.grack.nanojson.JsonObject; import com.grack.nanojson.JsonObject;
import com.grack.nanojson.JsonParser; import com.grack.nanojson.JsonParser;

View File

@ -1,4 +1,4 @@
package com.github.TeamNewPipe; package org.schabi.newpipe.timeago_generator;
import com.grack.nanojson.JsonAppendableWriter; import com.grack.nanojson.JsonAppendableWriter;
import com.grack.nanojson.JsonObject; import com.grack.nanojson.JsonObject;

View File

@ -1,4 +1,4 @@
package com.github.TeamNewPipe; package org.schabi.newpipe.timeago_generator;
import java.io.FileInputStream; import java.io.FileInputStream;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;

View File

@ -1,4 +1,4 @@
package com.github.TeamNewPipe; package org.schabi.newpipe.timeago_generator;
import java.util.*; import java.util.*;