@@ -18,8 +18,8 @@ android {
18
18
applicationId " com.arduia.expense"
19
19
minSdkVersion 21
20
20
targetSdkVersion 30
21
- versionCode 8
22
- versionName " 1.0.0-beta02 "
21
+ versionCode 9
22
+ versionName " 1.0.0-beta03 "
23
23
24
24
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
25
25
javaCompileOptions {
@@ -41,15 +41,13 @@ android {
41
41
minifyEnabled false
42
42
shrinkResources false
43
43
44
-
45
44
buildConfigField(" String" , " BASE_URL" , apiProperties[' main_url' ])
46
45
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
47
46
}
48
47
release {
49
48
minifyEnabled true
50
49
shrinkResources true
51
50
52
-
53
51
buildConfigField(" String" , " BASE_URL" , apiProperties[' main_url' ])
54
52
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
55
53
}
@@ -78,10 +76,10 @@ dependencies {
78
76
implementation project(path : ' :backup' )
79
77
implementation project(path : ' :currency-store' )
80
78
implementation project(path : ' :expense-backup' )
81
-
79
+
82
80
def fragment_version = " 1.2.5"
83
81
def androidx_version = " 1.3.0"
84
- def preference_version = " 1.1.2 "
82
+ def preference_version = " 1.1.1 "
85
83
def navigation_version = " 2.3.2"
86
84
def app_compat_version = " 1.1.0"
87
85
def constraint_version = " 2.0.0-beta7"
0 commit comments