File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ android {
30
30
applicationId " com.stealthcotper.networktools"
31
31
minSdkVersion minSdkVer
32
32
targetSdkVersion targetSdkVer
33
- versionCode versionCode
34
- versionName versionName
33
+ versionCode 13
34
+ versionName " 0.3.08 "
35
35
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
36
36
}
37
37
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ subprojects {
28
28
ext. targetSdkVer = 24
29
29
ext. supportLibVer = " 24.0.0"
30
30
31
- ext. versionName = " 0.3.06 "
32
- ext. versionCode = 12
31
+ ext. versionName = " 0.3.08 "
32
+ ext. versionCode = 13
33
33
}
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
minSdkVersion minSdkVer
9
9
targetSdkVersion targetSdkVer
10
- versionCode versionCode
11
- versionName versionName
10
+ versionCode 13
11
+ versionName " 0.3.08 "
12
12
}
13
13
buildTypes {
14
14
release {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function webhook {
19
19
app_name=" $2 "
20
20
message=" $3 "
21
21
git_hash=` git rev-parse --short HEAD`
22
- version=` cat build.gradle | grep -m 1 versionName | cut -d' "' -f 2`
22
+ version=` cat ${gradle_app_name} / build.gradle | grep -m 1 versionName | cut -d' "' -f 2`
23
23
24
24
echo $message
25
25
echo $channel $gradle_app_name $app_name $version $ICON_URL
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ GITHUB_UPLOAD_URL="https://uploads.github.com/repos/stealthcopter/AndroidNetwork
18
18
19
19
function create_github_release {
20
20
21
- version=` cat build.gradle | grep -m 1 versionName | cut -d' "' -f 2`
21
+ version=` cat $1 / build.gradle | grep -m 1 versionName | cut -d' "' -f 2`
22
22
23
23
echo " Uploading release"
24
24
You can’t perform that action at this time.
0 commit comments