Skip to content

Commit 11fe984

Browse files
committed
url changed and search fixed
1 parent 65471c0 commit 11fe984

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.atul.mangatain"
1111
minSdkVersion 25
1212
targetSdkVersion 30
13-
versionCode 2
14-
versionName "0.2"
13+
versionCode 4
14+
versionName "0.4"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

src/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
android:label="@string/app_name"
1212
android:roundIcon="@mipmap/ic_launcher_round"
1313
android:supportsRtl="true"
14-
android:usesCleartextTraffic="true"
1514
android:theme="@style/BaseTheme.Default">
1615

1716
<activity android:name=".ui.pager.NovelPager" />

src/app/src/main/java/com/atul/mangatain/networking/novel/NConstant.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
import java.util.HashMap;
44

55
public class NConstant {
6-
public static final String BROWSE_URL = "https://www.readlightnovel.org/top-novel/%d";
6+
public static final String BROWSE_URL = "https://www.readlightnovel.me/top-novel/%d";
77

8-
public static final String BROWSE_GENRE = "https://www.readlightnovel.org/category/%s/%d";
8+
public static final String BROWSE_GENRE = "https://www.readlightnovel.me/category/%s/%d";
99

10-
public static final String SEARCH_URL = "https://www.readlightnovel.org/search/autocomplete";
10+
public static final String SEARCH_URL = "https://www.readlightnovel.me/search/autocomplete";
1111

1212
// headers
1313
public static final HashMap<String, String> HEADERS = new HashMap<String, String> () {{

0 commit comments

Comments
 (0)