~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.
c9d0db14
—
pyrossh 2 years ago
update version code
- android/app/build.gradle +3 -3
- design/feature_graphic.curve +0 -0
- design/feature_graphic.png +0 -0
- pubspec.yaml +1 -1
android/app/build.gradle
CHANGED
|
@@ -13,12 +13,12 @@ if (flutterRoot == null) {
|
|
|
13
13
|
|
|
14
14
|
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
|
|
15
15
|
if (flutterVersionCode == null) {
|
|
16
|
-
|
|
16
|
+
throw new GradleException("flutter.versionCode is required")
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
def flutterVersionName = localProperties.getProperty('flutter.versionName')
|
|
20
20
|
if (flutterVersionName == null) {
|
|
21
|
-
|
|
21
|
+
throw new GradleException("flutter.versionName is required")
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
apply plugin: 'com.android.application'
|
|
@@ -55,7 +55,7 @@ android {
|
|
|
55
55
|
// You can update the following values to match your application needs.
|
|
56
56
|
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
|
57
57
|
minSdkVersion 30
|
|
58
|
-
targetSdkVersion
|
|
58
|
+
targetSdkVersion 33
|
|
59
59
|
versionCode flutterVersionCode.toInteger()
|
|
60
60
|
versionName flutterVersionName
|
|
61
61
|
}
|
design/feature_graphic.curve
ADDED
|
Binary file
|
design/feature_graphic.png
ADDED
|
Binary file
|
pubspec.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: only_bible_app
|
|
2
2
|
description: The only bible app you will ever need
|
|
3
3
|
publish_to: 'none'
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0+2
|
|
5
5
|
|
|
6
6
|
environment:
|
|
7
7
|
sdk: '>=3.0.6 <4.0.0'
|