Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
HiddenPirates committed Apr 11, 2022
1 parent 8a99184 commit 05384bd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 56 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {

buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down
30 changes: 0 additions & 30 deletions app/src/main/res/drawable-v24/ic_launcher_foreground.xml

This file was deleted.

Binary file removed app/src/main/res/drawable/record_stop_btn.png
Binary file not shown.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
android:text="By using this button, it simply will start MIC voice recording."
android:layout_centerInParent="true"
android:textSize="20sp"
android:padding="10dp"
android:text="By using this button, manually start call recording."
android:textAlignment="center"
android:textSize="20sp"
tools:ignore="HardcodedText" />

<Button
Expand Down
22 changes: 0 additions & 22 deletions app/src/main/res/layout/overlay_layout.xml

This file was deleted.

0 comments on commit 05384bd

Please sign in to comment.