configuration changes and versioning
@@ -102,8 +102,8 @@ android {
|
|||||||
applicationId "com.nexto"
|
applicationId "com.nexto"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 22
|
targetSdkVersion 22
|
||||||
versionCode 1
|
versionCode 6
|
||||||
versionName "1.0"
|
versionName "6.0"
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi-v7a", "x86"
|
abiFilters "armeabi-v7a", "x86"
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 20 KiB |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Nexto",
|
"name": "Nexto",
|
||||||
"version": "1.0.1",
|
"version": "6.0.0",
|
||||||
"description": "Spontaneous connection with peers whether in a library, classroom, or coffee shop.",
|
"description": "Spontaneous connection with peers whether in a library, classroom, or coffee shop.",
|
||||||
"author": "Arjun Patel",
|
"author": "Arjun Patel",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||