mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-11 16:26:13 +01:00
First full release!
This commit is contained in:
parent
355c85b8d8
commit
7b5c1fdd90
@ -16,4 +16,4 @@ The project uses [the Gradle build system](https://gradle.org). Android studio u
|
|||||||
<pre>VCS > Checkout from version control > Git/SVN/Mercurial</pre>
|
<pre>VCS > Checkout from version control > Git/SVN/Mercurial</pre>
|
||||||
After making it into an android studio project you can build/run as you wish.
|
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).
|
@ -7,8 +7,8 @@ android {
|
|||||||
applicationId "com.keylesspalace.tusky"
|
applicationId "com.keylesspalace.tusky"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 8
|
versionCode 9
|
||||||
versionName "1.0.0-alpha.8"
|
versionName "1.0.0"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary true
|
vectorDrawables.useSupportLibrary true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user