We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d96b47 commit b40b8f7Copy full SHA for b40b8f7
build.gradle
@@ -28,6 +28,6 @@ subprojects {
28
ext.targetSdkVer = 24
29
ext.supportLibVer = "24.0.0"
30
31
- ext.versionName = "0.3.02"
32
- ext.versionCode = 11
+ ext.versionName = "0.3.04"
+ ext.versionCode = 12
33
}
scripts/github-release.sh
@@ -18,7 +18,7 @@ GITHUB_UPLOAD_URL="https://uploads.github.com/repos/stealthcopter/AndroidNetwork
18
19
function create_github_release {
20
21
- version=`cat $1/build.gradle | grep -m 1 versionName | cut -d'"' -f 2`
+ version=`cat build.gradle | grep -m 1 versionName | cut -d'"' -f 2`
22
23
echo "Uploading release"
24
0 commit comments