1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-25 15:42:53 +00:00

0.83 beta

This commit is contained in:
M66B 2016-02-04 13:21:44 +01:00
parent b23d5482c9
commit 57481d9005

View file

@ -10,7 +10,7 @@ model {
minSdkVersion.apiLevel = 14 minSdkVersion.apiLevel = 14
targetSdkVersion.apiLevel = 23 targetSdkVersion.apiLevel = 23
versionCode = 2016020401 versionCode = 2016020401
versionName = "0.83" versionName = "0.83-beta"
archivesBaseName = "NetGuard-v$versionName-$versionCode" archivesBaseName = "NetGuard-v$versionName-$versionCode"
} }
} }