Commit 6b26e3f2 authored by Park Dong-Ha's avatar Park Dong-Ha Committed by Victor Zverovich

Manifest & Gradle comment

- #926
- The version of android build results follows latest release(5.2.1)
- Comment for Gradle and its plugin for android
 - `net.fmtlib` package name in the manifest
parent d286c977
<manifest package="org.fmtlib" />
<manifest package="net.fmtlib" />
// General gradle arguments for root project
buildscript {
repositories {
......@@ -5,8 +6,12 @@ buildscript {
jcenter()
}
dependencies {
// Requires Gradle 4.4+
//
// https://developer.android.com/studio/releases/gradle-plugin
//
// Notice that 3.1.3 here is the version of [Android Gradle Plugin]
// Accroding to URL above you will need Gradle 4.4 or higher
//
classpath 'com.android.tools.build:gradle:3.1.3'
}
}
......@@ -38,8 +43,8 @@ android {
defaultConfig {
minSdkVersion 21 // Android 5.0+
targetSdkVersion 25 // Follow Compile SDK
versionCode 16 // Follow release count
versionName "4.1.0" // Follow Official version
versionCode 20 // Follow release count
versionName "5.2.1" // Follow Official version
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment