File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ android {
1818 compileSdkVersion 21
1919 buildToolsVersion ' 21.1.0'
2020
21+ defaultConfig {
22+ applicationId " com.makeramen.roundedimageview.example"
23+ minSdkVersion 8
24+ targetSdkVersion 21
25+ versionCode 1
26+ versionName version
27+ }
28+
2129 compileOptions {
2230 sourceCompatibility JavaVersion . VERSION_1_7
2331 targetCompatibility JavaVersion . VERSION_1_7
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" com.makeramen.example"
4- android : versionCode =" 1"
5- android : versionName =" 1.0" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
63
74 <uses-permission android : name =" android.permission.INTERNET" />
85
9- <uses-sdk
10- android : minSdkVersion =" 14"
11- android : targetSdkVersion =" 18" />
12-
136 <application
147 android : allowBackup =" true"
158 android : icon =" @drawable/ic_launcher"
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ android {
99 compileSdkVersion 21
1010 buildToolsVersion ' 21.1.0'
1111
12+ defaultConfig {
13+ minSdkVersion 8
14+ targetSdkVersion 21
15+ versionCode 1
16+ versionName version
17+ }
18+
1219 compileOptions {
1320 sourceCompatibility JavaVersion . VERSION_1_7
1421 targetCompatibility JavaVersion . VERSION_1_7
Original file line number Diff line number Diff line change 1- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.makeramen"
3- android : versionCode =" 1"
4- android : versionName =" 1.0.0" >
5-
6- <uses-sdk
7- android : minSdkVersion =" 8"
8- android : targetSdkVersion =" 18" />
9-
1+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
102</manifest >
You can’t perform that action at this time.
0 commit comments