Skip to content

Commit

Permalink
Second
Browse files Browse the repository at this point in the history
  • Loading branch information
Arifuljava committed Apr 12, 2023
1 parent 39ea48c commit 8164d25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Grozziie_AAAM/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ afterEvaluate {
}
android {
compileSdkVersion 32
///buildToolsVersion "33.0.2"
buildToolsVersion "33.0.2"
lintOptions {
checkReleaseBuilds false
}
Expand Down
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
}
}
compileSdkVersion 32
//buildToolsVersion "33.0.2"
buildToolsVersion "33.0.2"
lintOptions {
checkReleaseBuilds false
}
Expand Down Expand Up @@ -40,6 +40,8 @@ android {
}

dependencies {

/// implementation 'com.github.Arifuljava:Grozziie_AAAM:v1.0.1'
implementation project("::Grozziie_AAAM")

/// implementation 'com.github.Arifuljava:Grozziie_AAAM:v1.0.0'
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:exported="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
Expand All @@ -39,7 +40,8 @@
<activity android:name="com.grozziie.grozziie_aaam.BluetoothList" />
<activity android:name="com.grozziie.grozziie_aaam.InitilizeSDKActivity" />
<activity android:name="com.grozziie.grozziie_aaam.Device_CategoryActivity" />
<activity android:name=".MainActivity">
<activity android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 8164d25

Please sign in to comment.