configuration changes and versioning

This commit is contained in:
Arjun Patel
2018-08-03 20:17:58 -07:00
parent 1ab6d52245
commit 661387c7a5
7 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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"
} }
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+1 -1
View File
@@ -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,