Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Apr 26, 2020
1 parent cd0dd8f commit 81cfb64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {
applicationId "com.popcorn"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 21
versionName "v0.16.0"
versionCode 22
versionName "v1.0.0"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down
3 changes: 2 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ android.useDeprecatedNdk=true
android.enableBuildCache=true
android.disableResourceValidation=true
android.enableJetifier = true
android.useAndroidX = true
android.useAndroidX = true
org.gradle.jvmargs=-Xmx4608M
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pct-org/native-app",
"version": "0.12.0",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 81cfb64

Please sign in to comment.