mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Finish v1.0 update
This commit is contained in:
parent
6e0e8e44d7
commit
651a319edd
@ -3,7 +3,7 @@
|
|||||||
COMPONENTS="
|
COMPONENTS="
|
||||||
tools
|
tools
|
||||||
platform-tools
|
platform-tools
|
||||||
build-tools-21.1.1
|
build-tools-21.1.2
|
||||||
android-21
|
android-21
|
||||||
extra-android-m2repository
|
extra-android-m2repository
|
||||||
extra-android-support
|
extra-android-support
|
||||||
|
@ -9,7 +9,7 @@ apply plugin: 'kotlin-android'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion '21.1.1'
|
buildToolsVersion '21.1.2'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'org.bspeice.minimalbible'
|
applicationId 'org.bspeice.minimalbible'
|
||||||
minSdkVersion 8
|
minSdkVersion 8
|
||||||
|
Loading…
Reference in New Issue
Block a user