Skip to content

Commit

Permalink
Merge pull request kolplattformen#645 from kolplattformen/chore/andro…
Browse files Browse the repository at this point in the history
…id-targetversion

chore: 🤖 fix android build and deploy
  • Loading branch information
kajetan-kazimierczak authored Jan 18, 2023
2 parents 7b3dfb9 + f749376 commit 0db53ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:launchMode="singleTask"
Expand Down
4 changes: 2 additions & 2 deletions apps/skolplattformen-app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
compileSdkVersion = 31
targetSdkVersion = 31
ndkVersion = "21.4.7075529"
kotlinVersion = "1.6.0"
}
Expand Down

0 comments on commit 0db53ca

Please sign in to comment.