Skip to content

Commit 8164d25

Browse files
committed
Second
1 parent 39ea48c commit 8164d25

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Grozziie_AAAM/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ afterEvaluate {
2323
}
2424
android {
2525
compileSdkVersion 32
26-
///buildToolsVersion "33.0.2"
26+
buildToolsVersion "33.0.2"
2727
lintOptions {
2828
checkReleaseBuilds false
2929
}

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4242
dependencies {
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'

app/release/app-release.apk

306 KB
Binary file not shown.

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
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"
@@ -39,7 +40,8 @@
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

0 commit comments

Comments
 (0)