updating target SDK to 33

This commit is contained in:
tibbi 2022-08-28 22:56:55 +02:00
parent 6e003b9d98
commit d6a165a408
2 changed files with 4 additions and 3 deletions

View File

@ -9,12 +9,12 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 31
compileSdkVersion 33
defaultConfig {
applicationId "com.simplemobiletools.applauncher"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 33
versionCode 46
versionName "5.9.4"
multiDexEnabled true
@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:edc62ece69'
implementation 'com.github.SimpleMobileTools:Simple-Commons:b2a2c40a27'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
}

View File

@ -15,6 +15,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/color_primary"
app:layout_scrollFlags="scroll|enterAlways"
app:title="@string/settings"
app:titleTextAppearance="@style/AppTheme.ActionBar.TitleTextStyle" />