File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Latest Build(debug)
33on :
44 push :
55 branches :
6- - androidx
6+ - main
77jobs :
88 build :
99 name : Build debug apk
Original file line number Diff line number Diff line change 77An useful tool for Android Developers & ; Reversers, which shows the package name and class name of current activity which you are in
88<br /><br />
99
10- [](https://github.com/RatulHasan8/Current-Activity/releases/tag/app-n-source)
10+ [](https://github.com/RatulHasan8/Current-Activity/releases/tag/app-n-source)
1111[ ![ SDK] ( https://img.shields.io/badge/Android-5.0%20and%20up-brightgreen?logo=android&logoColor=white )] ( https://github.com/RatulHasan8/Current-Activity/releases/tag/app-n-source )
1212[ ![ License] ( https://img.shields.io/badge/License-GPL-red?logo=gnu&logoColor=white )] ( https://github.com/RatulHasan8/Current-Activity/blob/main/LICENSE )
1313[](https://github.com/RatulHasan8/Current-Activity/graphs/commit-activity)
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 31
4+ compileSdkVersion 29
55 defaultConfig {
66 applicationId " io.github.ratul.topactivity"
77 minSdkVersion 21
8- targetSdkVersion 30
9- versionCode 17
10- versionName " 1.5.7 "
8+ targetSdkVersion 29
9+ versionCode 18
10+ versionName " 1.5.8 "
1111 }
1212
1313 buildTypes {
You can’t perform that action at this time.
0 commit comments