File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.samourai.sentinel"
9
9
minSdkVersion 21
10
10
targetSdkVersion 26
11
- versionCode 46
12
- versionName ' 3.5.04 '
11
+ versionCode 47
12
+ versionName ' 3.5.05 '
13
13
multiDexEnabled true
14
14
}
15
15
buildTypes {
@@ -41,19 +41,19 @@ android {
41
41
minSdkVersion 21
42
42
applicationId ' com.samourai.sentinel'
43
43
targetSdkVersion 26
44
- versionCode 46
45
- versionName ' 3.5.04 '
44
+ versionCode 47
45
+ versionName ' 3.5.05 '
46
46
resValue " string" , " app_name" , " Sentinel"
47
- resValue " string" , " version_name" , " 3.5.04 "
47
+ resValue " string" , " version_name" , " 3.5.05 "
48
48
}
49
49
staging {
50
50
minSdkVersion 21
51
51
applicationId ' com.samourai.sentinel.staging'
52
52
targetSdkVersion 26
53
- versionCode 46
54
- versionName ' 3.5.04 '
53
+ versionCode 47
54
+ versionName ' 3.5.05 '
55
55
resValue " string" , " app_name" , " Sentinel Staging"
56
- resValue " string" , " version_name" , " 3.5.04 "
56
+ resValue " string" , " version_name" , " 3.5.05 "
57
57
}
58
58
}
59
59
}
You can’t perform that action at this time.
0 commit comments