Skip to content

Commit fa2da18

Browse files
committed
v3.5.05
1 parent 07bf10b commit fa2da18

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/build.gradle

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.samourai.sentinel"
99
minSdkVersion 21
1010
targetSdkVersion 26
11-
versionCode 46
12-
versionName '3.5.04'
11+
versionCode 47
12+
versionName '3.5.05'
1313
multiDexEnabled true
1414
}
1515
buildTypes {
@@ -41,19 +41,19 @@ android {
4141
minSdkVersion 21
4242
applicationId 'com.samourai.sentinel'
4343
targetSdkVersion 26
44-
versionCode 46
45-
versionName '3.5.04'
44+
versionCode 47
45+
versionName '3.5.05'
4646
resValue "string", "app_name", "Sentinel"
47-
resValue "string", "version_name", "3.5.04"
47+
resValue "string", "version_name", "3.5.05"
4848
}
4949
staging {
5050
minSdkVersion 21
5151
applicationId 'com.samourai.sentinel.staging'
5252
targetSdkVersion 26
53-
versionCode 46
54-
versionName '3.5.04'
53+
versionCode 47
54+
versionName '3.5.05'
5555
resValue "string", "app_name", "Sentinel Staging"
56-
resValue "string", "version_name", "3.5.04"
56+
resValue "string", "version_name", "3.5.05"
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)