File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ android {
77
88 defaultConfig {
99 minSdkVersion 16
10- targetSdkVersion 30
11- versionCode 1
12- versionName " 1.0.0 "
10+ targetSdkVersion 33
11+ versionCode 2
12+ versionName " 1.0.2 "
1313
1414 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1515 consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ android {
77
88 defaultConfig {
99 minSdkVersion 16
10- targetSdkVersion 30
11- versionCode 1
12- versionName " 1.0.0 "
10+ targetSdkVersion 33
11+ versionCode 2
12+ versionName " 1.0.2 "
1313
1414 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1515 consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ android {
77
88 defaultConfig {
99 minSdkVersion 16
10- targetSdkVersion 29
11- versionCode 4
12- versionName " 1.0.0 "
10+ targetSdkVersion 33
11+ versionCode 5
12+ versionName " 1.0.2 "
1313
1414 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1515 consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 defaultConfig {
99 applicationId " com.newrelic.nrvideoproject"
1010 minSdkVersion 16
11- targetSdkVersion 30
11+ targetSdkVersion 33
1212 versionCode 1
1313 versionName " 1.0"
1414
Original file line number Diff line number Diff line change 1313 android : label =" @string/title_activity_video_player_ads"
1414 android : theme =" @style/Theme.NRVideoProject.NoActionBar" ></activity >
1515 <activity android : name =" .VideoPlayer" />
16- <activity android : name =" .MainActivity" >
16+ <activity android : name =" .MainActivity" android : exported = " true " >
1717 <intent-filter >
1818 <action android : name =" android.intent.action.MAIN" />
1919
You can’t perform that action at this time.
0 commit comments