Skip to content

Commit

Permalink
Adds MaterialIU bottom bar on android and exams to calendar (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert27 committed Jul 5, 2024
1 parent d0b328a commit 5976a1d
Show file tree
Hide file tree
Showing 57 changed files with 2,352 additions and 1,611 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ android {
applicationId 'app.neuland'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 84
versionCode 101
versionName "0.8.2"
}
signingConfigs {
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="android:statusBarColor">#ffffff</item>
</style>
<style name="ResetEditText" parent="@android:style/Widget.EditText">
<item name="android:padding">0dp</item>
Expand Down
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
userInterfaceStyle: 'automatic',
ios: {
bundleIdentifier: 'de.neuland-ingolstadt.neuland-app',
buildNumber: '1',
buildNumber: '19',
supportsTablet: true,
userInterfaceStyle: 'automatic',
associatedDomains: [
Expand Down Expand Up @@ -43,7 +43,7 @@ module.exports = {
android: {
package: 'app.neuland',
userInterfaceStyle: 'automatic',
versionCode: 84,
versionCode: 101,
splash: {
image: './src/assets/splash/splashLight.png',
resizeMode: 'contain',
Expand Down
Binary file modified bun.lockb
Binary file not shown.
222 changes: 108 additions & 114 deletions ios/NeulandNext.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Loading

0 comments on commit 5976a1d

Please sign in to comment.