Commit 6598ae90 authored by samesh97's avatar samesh97

changes

parent 381a488f
...@@ -21,7 +21,7 @@ android { ...@@ -21,7 +21,7 @@ android {
} }
python { python {
buildPython "C:\\Users\\ACER\\AppData\\Local\\Programs\\Python\\Python36/python.exe" buildPython "C:\\Users\\user\\AppData\\Local\\Programs\\Python\\Python39/python.exe"
pip { pip {
install "opencv-contrib-python-headless" install "opencv-contrib-python-headless"
install "pillow" install "pillow"
......
...@@ -723,7 +723,8 @@ public class EditorActivity extends AppCompatActivity ...@@ -723,7 +723,8 @@ public class EditorActivity extends AppCompatActivity
startActivity(intent); startActivity(intent);
} }
public void openMedBlurActivity() { public void openMedBlurActivity()
{
Intent intent = new Intent(this, MedBlur.class); Intent intent = new Intent(this, MedBlur.class);
startActivity(intent); startActivity(intent);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment