Skip to content

Commit

Permalink
Update ACC to 202010080
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteCarra committed Oct 8, 2020
1 parent 4ff0348 commit afb21c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "mattecarra.accapp"
minSdkVersion 16
targetSdkVersion 30
versionCode 31
versionName "1.0.27"
versionCode 32
versionName "1.0.28"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/mattecarra/accapp/acc/Acc.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import java.net.URL
import kotlin.math.abs

object Acc {
const val bundledVersion = 202010010
const val bundledVersion = 202010080
private val FILES_DIR = "/data/data/mattecarra.accapp/files"

/*
Expand Down
Binary file modified app/src/main/res/raw/acc_bundle
Binary file not shown.

0 comments on commit afb21c7

Please sign in to comment.