Skip to content

Commit c43a162

Browse files
author
AndroidDeveloperLB
committed
updated SDK version.
1 parent eef1c80 commit c43a162

File tree

7 files changed

+255
-255
lines changed

7 files changed

+255
-255
lines changed

AutoFitTextViewLibrary/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
44
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
55
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
6-
<classpathentry kind="src" path="src"/>
76
<classpathentry kind="src" path="gen"/>
7+
<classpathentry kind="src" path="src"/>
88
<classpathentry kind="output" path="bin/classes"/>
99
</classpath>

AutoFitTextViewLibrary/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package="com.lb.autofittextviewtest" android:versionCode="1"
44
android:versionName="1.0">
55

6-
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
6+
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="21" />
77

88
<application android:allowBackup="true" />
99

AutoFitTextViewLibrary/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-19
14+
target=android-21
1515
android.library=true

0 commit comments

Comments
 (0)