File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ plugins {
33}
44
55android {
6- compileSdk 33
6+ compileSdk 32
77
88 defaultConfig {
99 applicationId " com.example.practical_assignment"
1010 minSdk 28
11- targetSdk 33
11+ targetSdk 32
1212 versionCode 1
1313 versionName " 1.0"
1414
@@ -32,8 +32,8 @@ android {
3232
3333dependencies {
3434
35- implementation ' androidx.appcompat:appcompat:1.6.1 '
36- implementation ' com.google.android.material:material:1.9 .0'
35+ implementation ' androidx.appcompat:appcompat:1.3.0 '
36+ implementation ' com.google.android.material:material:1.4 .0'
3737 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
3838 testImplementation ' junit:junit:4.13.2'
3939 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
Original file line number Diff line number Diff line change 1515 tools : targetApi =" 31" >
1616 <activity
1717 android : name =" .main_home"
18- android : exported =" true" >
18+ android : exported =" true"
19+ android : screenOrientation =" sensor" >
1920 <intent-filter >
2021 <action android : name =" android.intent.action.MAIN" />
2122
You can’t perform that action at this time.
0 commit comments