Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/pq3wvmj2n/lwp_gitpractice/compare/master...mbx_branch?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
7 changed files with
67 additions and
0 deletions
@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
@ -0,0 +1,22 @@
[ versions ]
agp = "8.9.1"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
material = "1.10.0"
activity = "1.8.0"
constraintlayout = "2.1.4"
[ libraries ]
junit = { group = "junit" , name = "junit" , version . ref = "junit" }
ext-junit = { group = "androidx.test.ext" , name = "junit" , version . ref = "junitVersion" }
espresso-core = { group = "androidx.test.espresso" , name = "espresso-core" , version . ref = "espressoCore" }
appcompat = { group = "androidx.appcompat" , name = "appcompat" , version . ref = "appcompat" }
material = { group = "com.google.android.material" , name = "material" , version . ref = "material" }
activity = { group = "androidx.activity" , name = "activity" , version . ref = "activity" }
constraintlayout = { group = "androidx.constraintlayout" , name = "constraintlayout" , version . ref = "constraintlayout" }
[ plugins ]
android-application = { id = "com.android.application" , version . ref = "agp" }
@ -0,0 +1,6 @@
#Wed Apr 09 21:21:57 CST 2025
distributionBase = GRADLE_USER_HOME
distributionPath = wrapper/dists
distributionUrl = https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase = GRADLE_USER_HOME
zipStorePath = wrapper/dists
@ -0,0 +1,22 @@
[ versions ]
agp = "8.9.1"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
material = "1.10.0"
activity = "1.8.0"
constraintlayout = "2.1.4"
[ libraries ]
junit = { group = "junit" , name = "junit" , version . ref = "junit" }
ext-junit = { group = "androidx.test.ext" , name = "junit" , version . ref = "junitVersion" }
espresso-core = { group = "androidx.test.espresso" , name = "espresso-core" , version . ref = "espressoCore" }
appcompat = { group = "androidx.appcompat" , name = "appcompat" , version . ref = "appcompat" }
material = { group = "com.google.android.material" , name = "material" , version . ref = "material" }
activity = { group = "androidx.activity" , name = "activity" , version . ref = "activity" }
constraintlayout = { group = "androidx.constraintlayout" , name = "constraintlayout" , version . ref = "constraintlayout" }
[ plugins ]
android-application = { id = "com.android.application" , version . ref = "agp" }
@ -0,0 +1,6 @@
#Wed Apr 09 21:21:57 CST 2025
distributionBase = GRADLE_USER_HOME
distributionPath = wrapper/dists
distributionUrl = https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase = GRADLE_USER_HOME
zipStorePath = wrapper/dists