Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
whoishusni committed Mar 19, 2020
1 parent 81ad056 commit 7e3ddb6
Show file tree
Hide file tree
Showing 28 changed files with 21 additions and 890 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "id.husni.covninfo"
minSdkVersion 22
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 2
versionName '1.5'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<receiver
android:name=".receiver.DailyReceiver"
android:enabled="true"
android:exported="true" />
android:exported="true"
android:permission="TODO" />

<activity android:name=".activity.AboutActivity" />
<activity android:name=".activity.SettingActivity" />
Expand Down
15 changes: 0 additions & 15 deletions app/src/main/java/id/husni/covninfo/JSON/IDN ENDPOINT JSON

This file was deleted.

Loading

0 comments on commit 7e3ddb6

Please sign in to comment.