Commit e31ba73 Guillaume Boudreau
committed
1 parent 239416e commit e31ba73 Copy full SHA for e31ba73
File tree 3 files changed +3
-2
lines changed
libraries/layouts/src/android-flowlayout
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" org.apmem.tools.layouts" android : versionCode =" 1" android : versionName =" 1.0" >
3
- <uses-sdk android : minSdkVersion =" 4" android : targetSdkVersion =" 16 " />
3
+ <uses-sdk android : minSdkVersion =" 4" android : targetSdkVersion =" 21 " />
4
4
</manifest >
Original file line number Diff line number Diff line change 11
11
# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12
12
13
13
# Project target.
14
- target =android-9
14
+ target =android-21
15
15
android.library =true
Original file line number Diff line number Diff line change
1
+ ../main/java
You can’t perform that action at this time.
0 commit comments