From 7b5c1fdd902a56923c47df52b0c8bda91b9be4ad Mon Sep 17 00:00:00 2001 From: Vavassor Date: Wed, 15 Mar 2017 12:28:02 -0400 Subject: [PATCH] First full release! --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c64fd013..c6099da3 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ The project uses [the Gradle build system](https://gradle.org). Android studio u
VCS > Checkout from version control > Git/SVN/Mercurial
After making it into an android studio project you can build/run as you wish. -It's also possible to build using Gradle by itself on the command line if you have it installed and configured. This repository includes a gradle wrapper script that can be used, following this guide [Build You App On The Command Line](https://developer.android.com/studio/build/building-cmdline.html). +It's also possible to build using Gradle by itself on the command line if you have it installed and configured. This repository includes a gradle wrapper script that can be used, following this guide [Build You App On The Command Line](https://developer.android.com/studio/build/building-cmdline.html). \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index a71f3b4d..9368500c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 15 targetSdkVersion 25 - versionCode 8 - versionName "1.0.0-alpha.8" + versionCode 9 + versionName "1.0.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary true }