Skip to content

Commit 24a6ca0

Browse files
committed
release: v1.0.0-beta03
1 parent 098166b commit 24a6ca0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

app/build.gradle

+4-6
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.arduia.expense"
1919
minSdkVersion 21
2020
targetSdkVersion 30
21-
versionCode 8
22-
versionName "1.0.0-beta02"
21+
versionCode 9
22+
versionName "1.0.0-beta03"
2323

2424
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2525
javaCompileOptions {
@@ -41,15 +41,13 @@ android {
4141
minifyEnabled false
4242
shrinkResources false
4343

44-
4544
buildConfigField("String", "BASE_URL", apiProperties['main_url'])
4645
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
4746
}
4847
release {
4948
minifyEnabled true
5049
shrinkResources true
5150

52-
5351
buildConfigField("String", "BASE_URL", apiProperties['main_url'])
5452
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
5553
}
@@ -78,10 +76,10 @@ dependencies {
7876
implementation project(path: ':backup')
7977
implementation project(path: ':currency-store')
8078
implementation project(path: ':expense-backup')
81-
79+
8280
def fragment_version = "1.2.5"
8381
def androidx_version = "1.3.0"
84-
def preference_version = "1.1.2"
82+
def preference_version = "1.1.1"
8583
def navigation_version = "2.3.2"
8684
def app_compat_version = "1.1.0"
8785
def constraint_version = "2.0.0-beta7"

0 commit comments

Comments
 (0)