~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
e8a37cf1
—
pyrossh 1 year ago
v1.0.1
- app/build.gradle.kts +2 -2
app/build.gradle.kts
CHANGED
|
@@ -23,8 +23,8 @@ android {
|
|
|
23
23
|
applicationId = "dev.pyrossh.onlyBible"
|
|
24
24
|
minSdk = 31
|
|
25
25
|
targetSdk = 34
|
|
26
|
-
versionCode =
|
|
26
|
+
versionCode = 4
|
|
27
|
-
versionName = "1.0.
|
|
27
|
+
versionName = "1.0.1"
|
|
28
28
|
|
|
29
29
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
|
30
30
|
vectorDrawables {
|