Skip to content

Commit 1489c73

Browse files
authored
Merge pull request #1 from Muratthekus/tech/sdk-version-update
min sdk version updated
2 parents a083840 + cc4bb81 commit 1489c73

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
android:layout_marginTop="10dp"
1515
android:layout_marginStart="10dp"
1616
android:layout_marginEnd="10dp"
17-
app:anchorPoint="3"
18-
app:textMode="line"
17+
app:anchorPoint="200"
18+
app:textMode="length"
1919
android:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit,sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisit aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."/>
2020

2121
</androidx.constraintlayout.widget.ConstraintLayout>

view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.3"
99

1010
defaultConfig {
11-
minSdkVersion 23
11+
minSdkVersion 19
1212
targetSdkVersion 30
1313
versionCode 1
1414
versionName "1.0"

0 commit comments

Comments
 (0)