diff --git a/AndroidManifest.xml b/AndroidManifest.xml --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -78,34 +78,7 @@ - - - - - - - - - - - - + android:value=".ActivityPrincipal"/> - - + diff --git a/build.gradle b/build.gradle --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ multidex_version = "2.0.1" //libraries versions fragment_version = "1.3.6" - activity_version = "1.2.4" + activity_version = "1.3.1" appcompat_version = "1.3.1" preference_version = "1.1.1" work_version = "2.5.0" @@ -21,7 +21,7 @@ arch_version = "2.1.0" room_version = "2.3.0" //kotlin - kotlin_version = '1.5.0' + kotlin_version = '1.6.0' coroutines_version = "1.5.0" } @@ -46,13 +46,13 @@ apply plugin: 'kotlin-kapt' android { - compileSdkVersion 29 - buildToolsVersion '29.0.3' + compileSdkVersion 30 + buildToolsVersion '30.0.3' defaultConfig { applicationId "it.reyboz.bustorino" minSdkVersion 16 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 36 versionName "1.16.0" vectorDrawables.useSupportLibrary = true diff --git a/res/layout/activity_favorites.xml b/res/layout/activity_favorites.xml deleted file mode 100644 --- a/res/layout/activity_favorites.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml deleted file mode 100644 --- a/res/layout/activity_main.xml +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -