Skip to content

Commit

Permalink
fixed some things
Browse files Browse the repository at this point in the history
  • Loading branch information
Celestial04 committed Aug 1, 2024
1 parent 38ce58e commit bd20f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
targetSdk 35
versionCode 7
versionName "3.1"

multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
8 changes: 4 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
android:usesCleartextTraffic="true"
tools:targetApi="34">
<activity
android:name=".tuto_3"
android:name="com.bouillie.web.tuto_3"
android:exported="false" />
<activity
android:name=".tuto_2"
android:name="com.bouillie.web.tuto_2"
android:exported="false" />
<activity
android:name=".tuto_1"
android:name="com.bouillie.web.tuto_1"
android:exported="false" />
<activity
android:name=".MainActivity"
android:name="com.bouillie.web.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit bd20f56

Please sign in to comment.