Skip to content

Commit

Permalink
Update architecture chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhriya committed Jan 28, 2021
1 parent 3e31eff commit c58e2cf
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
buildTypes {
getByName("debug") {
isMinifyEnabled = false
isDebuggable = true
isDebuggable = false
applicationIdSuffix = ".debug"
versionNameSuffix = "-dev"
}
Expand Down
Binary file added app/release/app-release.aab
Binary file not shown.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<uses-permission android:name="android.permission.ANSWER_PHONE_CALLS" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.READ_LOG" android:maxSdkVersion="18" />

<application
android:name="com.abhriya.callblockr.CallBlockerApplication"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object Apps {
const val buildToolsVersion = "30.0.2"
const val minSdk = 21
const val targetSdk = 29
const val versionCode = 4
const val versionCode = 6
const val versionName = "1.0.0"
}

Expand Down
Binary file modified readme/architecture_flowchart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c58e2cf

Please sign in to comment.