File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-android-extensions'
44
55android {
6- compileSdkVersion 29
6+ compileSdkVersion 33
77 defaultConfig {
88 applicationId " com.hellohasan.weatherforecast"
99 minSdkVersion 21
10- targetSdkVersion 29
10+ targetSdkVersion 33
1111 versionCode 1
1212 versionName " 1.0"
1313 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1717 tools : targetApi =" m" >
1818 <activity
1919 android : name =" com.hellohasan.weatherforecast.features.weather_info_show.view.MainActivity"
20- android : screenOrientation =" portrait" >
20+ android : screenOrientation =" portrait"
21+ android : exported =" true" >
2122 <intent-filter >
2223 <action android : name =" android.intent.action.MAIN" />
2324
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.72 '
4+ ext. kotlin_version = ' 1.7.21 '
55 repositories {
66 google()
7- jcenter()
8-
7+ mavenCentral()
98 }
109 dependencies {
1110 classpath ' com.android.tools.build:gradle:4.2.2'
@@ -19,7 +18,7 @@ buildscript {
1918allprojects {
2019 repositories {
2120 google()
22- jcenter ()
21+ mavenCentral ()
2322 maven { url ' https://jitpack.io' }
2423 }
2524}
You can’t perform that action at this time.
0 commit comments