Commit 544cab43 by Lee Jaebin

不要リソース削除、Studioのバージョンアップ( buildToolsVersion'27.0.3'→ '28.0.3', …

不要リソース削除、Studioのバージョンアップ(  buildToolsVersion'27.0.3'→ '28.0.3',     com.android.tools.build:gradleを'3.1.4'→'3.3.1')
parent 8c2bdcbe
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
android:versionName="@string/version_name" android:versionName="@string/version_name"
android:installLocation="internalOnly" > android:installLocation="internalOnly" >
<uses-sdk android:minSdkVersion="23" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
......
...@@ -3,7 +3,6 @@ buildscript { ...@@ -3,7 +3,6 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
//classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'org.ajoberstar:gradle-git:0.12+' classpath 'org.ajoberstar:gradle-git:0.12+'
classpath 'com.google.gms:google-services:3.1.0' classpath 'com.google.gms:google-services:3.1.0'
} }
...@@ -19,7 +18,7 @@ dependencies { ...@@ -19,7 +18,7 @@ dependencies {
android { android {
compileSdkVersion 21 compileSdkVersion 21
buildToolsVersion '27.0.3' buildToolsVersion '28.0.3'
defaultConfig { defaultConfig {
minSdkVersion 23 minSdkVersion 23
......
...@@ -4,6 +4,4 @@ ...@@ -4,6 +4,4 @@
android:versionCode="1" android:versionCode="1"
android:versionName="1.0" > android:versionName="1.0" >
<uses-sdk android:minSdkVersion="15" />
</manifest> </manifest>
\ No newline at end of file
...@@ -2,15 +2,12 @@ buildscript { ...@@ -2,15 +2,12 @@ buildscript {
repositories { repositories {
jcenter() jcenter()
} }
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
}
} }
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdkVersion 21 compileSdkVersion 21
buildToolsVersion '27.0.3' buildToolsVersion '28.0.3'
defaultConfig { defaultConfig {
minSdkVersion 15 minSdkVersion 15
......
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