File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ afterEvaluate {
2323}
2424android {
2525 compileSdkVersion 32
26- // / buildToolsVersion "33.0.2"
26+ buildToolsVersion " 33.0.2"
2727 lintOptions {
2828 checkReleaseBuilds false
2929 }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
1010 }
1111 }
1212 compileSdkVersion 32
13- // buildToolsVersion "33.0.2"
13+ buildToolsVersion " 33.0.2"
1414 lintOptions {
1515 checkReleaseBuilds false
1616 }
@@ -40,6 +40,8 @@ android {
4040}
4141
4242dependencies {
43+
44+ // / implementation 'com.github.Arifuljava:Grozziie_AAAM:v1.0.1'
4345 implementation project(" ::Grozziie_AAAM" )
4446
4547 // / implementation 'com.github.Arifuljava:Grozziie_AAAM:v1.0.0'
Original file line number Diff line number Diff line change 2828 android : allowBackup =" true"
2929 android : icon =" @mipmap/ic_launcher"
3030 android : label =" @string/app_name"
31+ android : exported =" true"
3132 android : roundIcon =" @mipmap/ic_launcher_round"
3233 android : supportsRtl =" true"
3334 android : theme =" @style/AppTheme"
3940 <activity android : name =" com.grozziie.grozziie_aaam.BluetoothList" />
4041 <activity android : name =" com.grozziie.grozziie_aaam.InitilizeSDKActivity" />
4142 <activity android : name =" com.grozziie.grozziie_aaam.Device_CategoryActivity" />
42- <activity android : name =" .MainActivity" >
43+ <activity android : name =" .MainActivity"
44+ android : exported =" true" >
4345 <intent-filter >
4446 <action android : name =" android.intent.action.MAIN" />
4547
You can’t perform that action at this time.
0 commit comments