Skip to content

Releases: ViliusSutkus89/Sample_Android_Library-MavenCentral-Instrumented_Tests

Sample_Android_Library-MavenCentral-Instrumented_Tests v2.2.0

05 May 01:28

Choose a tag to compare

Update README.md and sample app to match versions with to be released…

Sample_Android_Library-MavenCentral-Instrumented_Tests v2.1.0

30 Apr 15:20

Choose a tag to compare

Update README.md and sample app to match versions with to be released…

Sample_Android_Library-MavenCentral-Instrumented_Tests v2.0.0

05 Jan 00:36

Choose a tag to compare

Update README.md and sample app to match versions with to be released…

Sample_Android_Library-MavenCentral-Instrumented_Tests v1.4.0

01 Nov 11:05

Choose a tag to compare

github.event.head_commit is checked for following tags:
[AppOnly] to skip building the library and only build the application against the already released library.
[SkipCI] to skip the whole CI pipeline.

Sample_Android_Library-MavenCentral-Instrumented_Tests v1.3.0

01 Nov 08:51

Choose a tag to compare

Split release stage into fullRelease and appRelease

fullRelease releases library and application
appRelease is app only release.

Changing app versionName format to
"LIBRARY_MAJOR.LIBRARY_MINOR.LIBRARY_PATCH.APPLICATION_BUILD_NUMBER"

[AppRelease] Sample_Android_Library-MavenCentral-Instrumented_Tests v1.4.0.0

01 Nov 12:22

Choose a tag to compare

[AppOnly] Remove AppCompat dependency

Use regular Activity and regular theme instead

[AppRelease] Sample_Android_Library-MavenCentral-Instrumented_Tests v1.3.0.3

01 Nov 10:15

Choose a tag to compare

appRelease-v1.3.0.3

[CD][App] Attempt at correctly attaching APKs

[AppRelease] Sample_Android_Library-MavenCentral-Instrumented_Tests v1.3.0.2

01 Nov 10:11

Choose a tag to compare

appRelease-v1.3.0.2

Merge branch 'master' of github.com:ViliusSutkus89/Sample_Android_Lib…

[AppRelease] Sample_Android_Library-MavenCentral-Instrumented_Tests v1.3.0.1

01 Nov 10:07

Choose a tag to compare

appRelease-v1.3.0.1

[CD][App] Attempt at fixing release - correctly attach APKs and get v…

[AppRelease] Sample_Android_Library-MavenCentral-Instrumented_Tests v

01 Nov 09:46

Choose a tag to compare

[CD] App release should work now

"run: EXTERNAL_ACTION" gives startup failure.
Correct usage is "uses: EXTERNAL_ACTION" ... but a somewhat reasonable error message would also help