Skip to content

Commit

Permalink
Merge pull request #1 from Muratthekus/tech/sdk-version-update
Browse files Browse the repository at this point in the history
min sdk version updated
  • Loading branch information
muratthekus authored Jan 13, 2021
2 parents a083840 + cc4bb81 commit 1489c73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
android:layout_marginTop="10dp"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
app:anchorPoint="3"
app:textMode="line"
app:anchorPoint="200"
app:textMode="length"
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."/>

</androidx.constraintlayout.widget.ConstraintLayout>
2 changes: 1 addition & 1 deletion view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 23
minSdkVersion 19
targetSdkVersion 30
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 1489c73

Please sign in to comment.