Skip to content

Commit 6e4b69d

Browse files
Mode Change
1 parent 7f14e49 commit 6e4b69d

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
}
44

55
android {
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

3333
dependencies {
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'

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
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

0 commit comments

Comments
 (0)